Bump to version 0.5.0

This commit is contained in:
Ben S
2016-01-29 14:23:11 +00:00
parent ac85727588
commit 901b1ccee7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ documentation = "http://ogham.rustdocs.org/users/"
homepage = "https://github.com/ogham/rust-users"
license = "MIT"
readme = "README.md"
version = "0.4.4"
version = "0.5.0"
[dependencies]
libc = "0.2"
+1 -1
View File
@@ -11,7 +11,7 @@ This crate works with [Cargo](http://crates.io). Add the following to your `Carg
```toml
[dependencies]
users = "0.4.4"
users = "0.5.0"
```