Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Jan 17, 2024
1 parent 9c6f159 commit 510f4ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 1.1.2 (2024-01-17)

Fixed crash if Roman numerals are used in an issue.

### Version 1.1.1 (2024-01-06)

Fix crash when add to favorites.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "org.proninyaroslav.opencomicvine"
minSdk = 21
targetSdk = 34
versionCode = 4
versionName = "1.1.1"
versionCode = 5
versionName = "1.1.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed crash if Roman numerals are used in an issue.
1 change: 1 addition & 0 deletions fastlane/metadata/android/ru-RU/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Исправлен краш если в номере комикса используются римские цифры.

0 comments on commit 510f4ee

Please sign in to comment.