From ba6e1914ae0484662485c3f35efabadfa883d09d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 14 Nov 2016 02:17:08 -0500 Subject: Cargo: Increase version v0.2.0 -> v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1570fa1..ee5552b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "passextract" -version = "0.2.0" +version = "0.3.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 1cc070e..1e32be0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "passextract" -version = "0.2.0" +version = "0.3.0" [dependencies] clipboard = "0.1.2" -- cgit v1.2.3