From 3a7c3e3000ae773f9e11acf724a95242a2993cd1 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Thu, 21 Apr 2022 17:40:59 -0700 Subject: [PATCH] 0.3.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a57eab4..4f199dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "libcwtch" -version = "0.2.0" +version = "0.3.0" authors = ["Dan Ballard "] edition = "2018" license = "MIT" description = "libcwtch is an interface to a Cwtch app that allows creating of profiles to communicate with contacts over the Cwtch protocol" repository = "https://git.openprivacy.ca/cwtch.im/libcwtch-rs" readme = "README.md" -documentation = "https://docs.rs/libcwtch/0.2.0/libcwtch/" +documentation = "https://docs.rs/libcwtch/0.3.0/libcwtch/" [build-dependencies] hex-literal = "0.3.4"