From 90282d972267504badad703c2152b8499680aac1 Mon Sep 17 00:00:00 2001 From: Brian Pellin Date: Tue, 2 Jan 2018 22:37:31 -0600 Subject: [PATCH] Version bump --- CHANGELOG | 4 ++++ CONTRIBUTORS | 2 +- app/build.gradle | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ac2d6dbc1..2a3fd8341 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +KeePassDroid (2.2.1) + * Fix kdbx4 date corruption + * Updated German translations + KeePassDroid (2.2.0.9) * Update build tools version to workaround CM/Lineage bug (closes: #249) * Update Russian translations diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6938c3970..18d412161 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -21,7 +21,7 @@ Diego Pierotto - Italian Laurent, Norman Obry, Nam, Bruno Parmentier, Credomo - French Maciej Bieniek, cod3r - Polish Максим Сёмочкин, i.nedoboy, filimonic, bboa - Russian -MaWi, rvs2008, meviox, MaDill - German +MaWi, rvs2008, meviox, MaDill, EdlerProgrammierer - German yslandro - Norwegian Nynorsk 王科峰 - Chinese Typhoon - Slovak diff --git a/app/build.gradle b/app/build.gradle index aaa679ab1..33057fbbe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 4 targetSdkVersion 12 - versionCode = 165 - versionName = "2.2.0.9" + versionCode = 166 + versionName = "2.2.1" testApplicationId = "com.keepassdroid.tests" testInstrumentationRunner = "android.test.InstrumentationTestRunner"