diff --git a/Cargo.toml b/Cargo.toml index 23e0ef63290644358a7bd879fb37ac77ade7062a..4bb3445497371f4cc37903ebdc589597fb32c1a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coap" -version = "0.2.2" +version = "0.3.0" description = "A CoAP library" readme = "README.md" documentation = "http://covertness.github.io/coap-rs/coap/index.html" diff --git a/README.md b/README.md index 83b85ecf29722af30b2115511a19f6c1047b29e9..3d0625d79dc2cba03a140aac371d455748b4ba74 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ First add this to your `Cargo.toml`: ```toml [dependencies] -coap = "0.2" +coap = "0.3" ``` Then, add this to your crate root: diff --git a/src/lib.rs b/src/lib.rs index ae212f4b5223d20def02c8d180465815653d34a9..0b091271d2f53b667ded181a93d48af59da0678c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ //! //! ```toml //! [dependencies] -//! coap = "0.2" +//! coap = "0.3" //! ``` //! //! Then, add this to your crate root: