summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index f771a14..b4b1feb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -312,8 +312,8 @@ fn decrypt(ciphertext: String) -> String {
// Interpret user commands
fn main() {
let matches = App::new("rpass")
- .version("1.0")
- .author("cmc <[email protected]>")
+ .version("1.1")
+ .author("Christian Cleberg <[email protected]>")
.about("A safe and convenient command-line password vault.")
.arg(Arg::with_name("new")
.short("n")