From a71d165105945e2a77cd72ada4faa4bbb52d403d Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 14 Aug 2023 16:17:06 +0200 Subject: [PATCH] 1.2094 release --- CHANGELOG.md | 3 ++- app/build.gradle | 2 +- app/src/main/assets/CHANGELOG.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c209b292e..3328e633d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Ubirajara](https://en.wikipedia.org/wiki/Ubirajara_jubatus) -### Next version +### 1.2094 - 2023-08-14 * Added rule action to add local notes +* Removed a workaround for an Android issue that caused side effects * Updated [translations](https://crowdin.com/project/open-source-email) ### 1.2093 - 2023-08-14 diff --git a/app/build.gradle b/app/build.gradle index a1e1131a5a..2622ca5bef 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle' apply plugin: 'kotlin-android' apply plugin: 'de.undercouch.download' -def getVersionCode = { -> return 2093 } +def getVersionCode = { -> return 2094 } def getRevision = { -> return "a" } def getReleaseName = { -> return "Ubirajara" } // https://en.wikipedia.org/wiki/List_of_dinosaur_genera diff --git a/app/src/main/assets/CHANGELOG.md b/app/src/main/assets/CHANGELOG.md index 9c209b292e..3328e633d8 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -6,9 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Ubirajara](https://en.wikipedia.org/wiki/Ubirajara_jubatus) -### Next version +### 1.2094 - 2023-08-14 * Added rule action to add local notes +* Removed a workaround for an Android issue that caused side effects * Updated [translations](https://crowdin.com/project/open-source-email) ### 1.2093 - 2023-08-14