1.2059 release

This commit is contained in:
M66B 2023-03-24 21:59:16 +01:00
parent 423f6871bb
commit 7848c85251
3 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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