diff options
author | Teddy Wing | 2016-08-06 10:39:24 -0400 |
---|---|---|
committer | Teddy Wing | 2016-08-06 10:51:49 -0400 |
commit | 0712752918dfb47188c76c5bbaa432a1312b019d (patch) | |
tree | 1db55cdf5bb40c20c579b044c2229a6f6d52fe56 | |
parent | 7b0b1d00e3f30b64cc92f55c0f7f6ef8978d0909 (diff) | |
download | Passextract-0712752918dfb47188c76c5bbaa432a1312b019d.tar.bz2 |
Cargo: Increase version v0.0.1 -> v0.1.0v0.1.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [root] name = "passextract" -version = "0.0.1" +version = "0.1.0" dependencies = [ "clipboard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "rustty 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "passextract" -version = "0.0.1" +version = "0.1.0" [dependencies] clipboard = "0.1.2" |