diff --git a/Cargo.toml b/Cargo.toml index 01ac77cb4f226988661bfbd0b9dccbffd19f073f..97ee07cb3eb50988bc9a46b2603f2d9baa495d71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coap" -version = "0.1.0" +version = "0.1.1" 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 fd74e7f93ae6d9ccbf1eac3e817e33913f91d2d9..28e0cd4caca2b808446c30e7945b5000b135fa42 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # coap-rs -[](https://crates.io/crates/coap) [](https://travis-ci.org/Covertness/coap-rs) + +[](https://crates.io/crates/coap) [](https://ci.appveyor.com/project/Covertness/coap-rs) [](https://coveralls.io/github/Covertness/coap-rs?branch=master) [](./LICENSE) @@ -16,7 +17,7 @@ First add this to your `Cargo.toml`: ```toml [dependencies] -coap = "0.1.0" +coap = "0.1.1" ``` Then, add this to your crate root: