Skip to content

Commit 146b128

Browse files
committed
Bump version
1 parent a58bb70 commit 146b128

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId = "io.github.drumber.kitsune"
2222
minSdk = 26
2323
targetSdk = 35
24-
versionCode = 37
25-
versionName = "2.0.4"
24+
versionCode = 38
25+
versionName = "2.0.5"
2626

2727
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2828

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* Fixed a crash on the library page
2+
* Added Tamil translation by @TamilNeram
3+
* Updated Russian translation by @Xapitonov
4+
* Updated French translation by @GitSpoon
5+
* Updated Italian translation by NicolaBortoletto
6+
* Updated dependencies

0 commit comments

Comments
 (0)