summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wong <wongma7@outlook.com>2016-06-30 20:26:28 -0400
committerMatthew Wong <wongma7@outlook.com>2016-06-30 20:26:28 -0400
commit8664d5e8ec5a2214c6f19169ce12000454fc0e8c (patch)
treeec7ad58da9b324ac26369bab13e9d72a6b2dfc65
parent810e76cc6d1dd7cbaa3259883b9b11e62232a2a6 (diff)
version bump 64v1.2.0.44
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 17a8e4cd..05ced5fc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
targetSdkVersion 23
- versionCode 63
- versionName "1.2.0.43"
+ versionCode 64
+ versionName "1.2.0.44"
}
compileOptions {