Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed May 24, 2024
1 parent 4c7dae7 commit 2ef6351
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {

defaultConfig {
applicationId = "com.michaeltroger.gruenerpass"
versionCode = 57
versionName = "4.1.1"
versionCode = 58
versionName = "4.2.0"
}
}

Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/58.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Verbesserte Barcode-Erkennung durch eine neue Einstellung, die standardmäßig aktiv ist
- Behebt, dass der Aztec-Code auf dem D-Ticket nicht erkannt wird (Deutsches Öffi-Ticket)
- Behebt, dass die falsche Dokumentenseite kurz angezeigt wird, wenn durch ein großes Dokument gescrollt wird
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/58.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Improves barcode detection, powered by a new setting that is enabled by default
- Fixes Aztec Code not recognized on D-Ticket (German public transport ticket)
- Fixes wrong page content shortly shown when scrolling through big document

0 comments on commit 2ef6351

Please sign in to comment.