Skip to content

Commit

Permalink
chore: update version and changelog (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesire committed Jan 20, 2024
1 parent f50632f commit 19a91e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "com.chesire.nekome"
minSdk = 21
targetSdk = libs.versions.sdk.get().toInt()
versionCode = 24010710 // Date of build formatted as 'yyMMddHH'
versionName = "2.2.0"
versionCode = 24012009 // Date of build formatted as 'yyMMddHH'
versionName = "2.2.1"
testInstrumentationRunner = "com.chesire.nekome.TestRunner"
resourceConfigurations += listOf("en", "ja")
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/24010720.txt
@@ -0,0 +1 @@
* Use updated logo for the Nekome
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/24010720.txt
@@ -0,0 +1 @@
* Use updated logo for the Nekome

0 comments on commit 19a91e5

Please sign in to comment.