diff --git a/CHANGELOG.md b/CHANGELOG.md index 221325c45a..6b1218aab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis) +### 1.2059 - 2023-03-24 + +* Fixed all reported bugs + ### 1.2058 - 2023-03-22 * Small improvements and minor bug fixes diff --git a/app/build.gradle b/app/build.gradle index 8b13877085..c53ac54f1b 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 2058 } +def getVersionCode = { -> return 2059 } def getRevision = { -> return "a" } def getReleaseName = { -> return "Rahonavis" } // 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 221325c45a..6b1218aab4 100644 --- a/app/src/main/assets/CHANGELOG.md +++ b/app/src/main/assets/CHANGELOG.md @@ -6,6 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product= ### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis) +### 1.2059 - 2023-03-24 + +* Fixed all reported bugs + ### 1.2058 - 2023-03-22 * Small improvements and minor bug fixes