diff --git a/Cargo.lock b/Cargo.lock index 6b100ef..4e5228c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,7 +142,7 @@ checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" [[package]] name = "libcwtch" -version = "0.3.2" +version = "0.4.0" dependencies = [ "chrono", "hex-literal", diff --git a/Cargo.toml b/Cargo.toml index 2962911..070267d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "libcwtch" -version = "0.3.2" +version = "0.4.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.3.2/libcwtch/" +documentation = "https://docs.rs/libcwtch/" [build-dependencies] hex-literal = "0.3.4"