From a6234610b780af8dc8368cb76b0f271f5033c17f Mon Sep 17 00:00:00 2001 From: Covertness <wuyingfengsui@gmail.com> Date: Sat, 25 Jul 2015 19:44:01 +0800 Subject: [PATCH] update version --- Cargo.toml | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 01ac77c..97ee07c 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 fd74e7f..28e0cd4 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: -- GitLab