aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"