aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-08-06 10:39:24 -0400
committerTeddy Wing2016-08-06 10:51:49 -0400
commit0712752918dfb47188c76c5bbaa432a1312b019d (patch)
tree1db55cdf5bb40c20c579b044c2229a6f6d52fe56
parent7b0b1d00e3f30b64cc92f55c0f7f6ef8978d0909 (diff)
downloadPassextract-0712752918dfb47188c76c5bbaa432a1312b019d.tar.bz2
Cargo: Increase version v0.0.1 -> v0.1.0v0.1.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8ef26b9..83b4ba3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",
diff --git a/Cargo.toml b/Cargo.toml
index 9ddec9e..b37084c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "passextract"
-version = "0.0.1"
+version = "0.1.0"
[dependencies]
clipboard = "0.1.2"