From 3c26b278edd14dd909894bbe4346965e77013245 Mon Sep 17 00:00:00 2001 From: Ngewi Fet Date: Thu, 31 Aug 2017 11:49:16 +0200 Subject: [PATCH] Update version numbers for v2.2.1 release --- CHANGELOG.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a5cf14a..ce7c5bf0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Version 2.3.0 *(2017-09-xx)* ---------------------------- * Improved #696: QIF files are now always zipped regardless of the export destination -Version 2.2.1 *(2017-09-01)* +Version 2.2.1 *(2017-08-31)* ---------------------------- * Fixed #343: Transaction notes are not exported in QIF exports * Fixed #649: Commas in the account name cause errors in report generation diff --git a/app/build.gradle b/app/build.gradle index 6ca9fbab9..67b2bbee0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'android-apt' def versionMajor = 2 def versionMinor = 2 def versionPatch = 1 -def versionBuild = 1 +def versionBuild = 2 def buildTime() { def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")