diff --git a/Cargo.toml b/Cargo.toml index 3dacbc31757fb8347ce480907358aec2f7309515..23e0ef63290644358a7bd879fb37ac77ade7062a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coap" -version = "0.2.1" +version = "0.2.2" 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 41311e6267afb5bace8879737a9de7a0cd690837..83b85ecf29722af30b2115511a19f6c1047b29e9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ First add this to your `Cargo.toml`: ```toml [dependencies] -coap = "0.2.1" +coap = "0.2" ``` Then, add this to your crate root: diff --git a/src/lib.rs b/src/lib.rs index 3dff10dc63843e82e6daf118d7fc2d745d020e2a..ae212f4b5223d20def02c8d180465815653d34a9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ //! //! ```toml //! [dependencies] -//! coap = "0.2.1" +//! coap = "0.2" //! ``` //! //! Then, add this to your crate root: