diff --git a/Cargo.toml b/Cargo.toml index 38365f7..6cbd793 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 757a553..6bbb231 100644 --- a/README.md +++ b/README.md @@ -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" ```