diff --git a/Cargo.lock b/Cargo.lock index 03f63d8..d27f92f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [[package]] name = "cat" -version = "0.1.0" +version = "1.0.0" dependencies = [ "getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index e68c4c8..865628f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cat" -version = "0.1.0" +version = "1.0.0" authors = ["livingsilver94 "] [dependencies]