diff --git a/Cargo.lock b/Cargo.lock index 17b38f6..c606fe9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "unipager" -version = "0.5.0" +version = "0.5.1" 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 1721ce3..3418854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unipager" -version = "0.5.0" +version = "0.5.1" authors = ["Thomas Gatzweiler "] [dependencies]