diff --git a/Cargo.lock b/Cargo.lock index 7cef6b3..33891d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] -name = "rustpager" -version = "0.4.2" +name = "unipager" +version = "0.5.0" dependencies = [ "lazy_static 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 391ffee..e9d8dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unipager" -version = "0.4.2" +version = "0.5.0" authors = ["Thomas Gatzweiler "] [dependencies]