aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-07-19 23:04:57 -0400
committerMatthew Wong <wongma@protonmail.ch>2015-07-19 23:04:57 -0400
commitf17f48bce781f4ad6108106a92dedc18817c6d70 (patch)
treee0e52a50ace31f78c6cdebec658a439da9cdb745
parent3b12c79a6cbf86889e3c430f35669cfbeea99679 (diff)
Version bump (oops...)
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e46e77a4..892bdabd 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
targetSdkVersion 22
- versionCode 44
- versionName "1.2.0.24"
+ versionCode 45
+ versionName "1.2.0.25"
}
compileOptions {