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
 
-[![crates.io](http://meritbadge.herokuapp.com/coap)](https://crates.io/crates/coap)
 [![Travis Build Status](https://travis-ci.org/Covertness/coap-rs.svg?branch=master)](https://travis-ci.org/Covertness/coap-rs)
+![Downloads](https://img.shields.io/crates/d/coap.svg?style=flat)
+[![crates.io](http://meritbadge.herokuapp.com/coap)](https://crates.io/crates/coap)
 [![Windows Build Status](https://ci.appveyor.com/api/projects/status/ic36jdu4xy6doc59?svg=true)](https://ci.appveyor.com/project/Covertness/coap-rs)
 [![Coverage Status](https://coveralls.io/repos/Covertness/coap-rs/badge.svg?branch=master&service=github)](https://coveralls.io/github/Covertness/coap-rs?branch=master)
 [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./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: