1.1915 release

This commit is contained in:
M66B 2022-06-13 14:41:07 +02:00
parent 072fa35153
commit a38f9f774d
6 changed files with 366252 additions and 1 deletions

View File

@ -4,6 +4,10 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### 1.1915 - 2022-06-14
* Fixed initializing option values
### 1.1914 - 2022-06-13
* Added option for automatic hyphenation

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1914 }
def getVersionCode = { -> return 1915 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Juratyrant" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,6 +4,10 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### 1.1915 - 2022-06-14
* Fixed initializing option values
### 1.1914 - 2022-06-13
* Added option for automatic hyphenation

File diff suppressed because it is too large Load Diff