From f062ef55808bc09baf3f7f87a885eba09110970b Mon Sep 17 00:00:00 2001 From: zeapo Date: Sat, 23 Aug 2014 21:29:08 +0200 Subject: [PATCH] major changes (added ssh-key support) --- README.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e47e96401..9b53cc527 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ using the apk file found at `app/app-release.apk` or build everything from sourc Features ======== -- Clone an existing pass repository +- Clone an existing pass repository (ssh-key and user/pass support) - List the passwords - Handle the directories as categories - Decrypt the password files (first line is the password, the rest is extra data) diff --git a/app/build.gradle b/app/build.gradle index af013832e..24f8ea18f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 14 targetSdkVersion 20 - versionCode 5 - versionName "1.0.3" + versionCode 6 + versionName "1.1-b1" } buildTypes { release {