Skip to content

Commit a98a8ad

Browse files
committed
chore: Bump version string
Closes: #293
1 parent de9c367 commit a98a8ad

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId = "org.nsh07.wikireader"
2020
minSdk = 26
2121
targetSdk = 36
22-
versionCode = 52
23-
versionName = "2.5.4"
22+
versionCode = 53
23+
versionName = "2.5.5"
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626
vectorDrawables {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
New features:
2+
- New navigation animations
3+
4+
Bug fixes:
5+
- Fixed a bug that caused the app to crash when trying to delete a saved article

0 commit comments

Comments
 (0)