diff options
author | Matthew Wong <wongma7@outlook.com> | 2016-03-16 19:14:16 -0400 |
---|---|---|
committer | Matthew Wong <wongma7@outlook.com> | 2016-03-16 19:14:16 -0400 |
commit | 81981557f854f8dfded09316784093897df4d87f (patch) | |
tree | 008a89a53ef8a73e58973712dc84f4c7b29d7c40 | |
parent | 1e970e10431bb31d9a5367851b93bba211c46b81 (diff) |
version bump 60v1.2.0.40
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index e525f361..0f11173c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 23 - versionCode 59 - versionName "1.2.0.39" + versionCode 60 + versionName "1.2.0.40" } compileOptions { |