1.2291 release

master 1.2291
M66B 3 weeks ago
parent 72a36ae86c
commit 434b400eb0

@ -30,6 +30,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2291 2025-08-13 *
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2290 2025-08-11
* Fixed all reported bugs

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2290 }
def getVersionCode = { -> return 2291 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -30,6 +30,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2291 2025-08-13 *
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2290 2025-08-11
* Fixed all reported bugs

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save