Skip to content

Commit

Permalink
chore: update version (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesire committed Jul 14, 2023
1 parent be21e32 commit 451ca88
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
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.chesire.nekome"
minSdk 21
targetSdk sdk_version
versionCode 23062419 // Date of build formatted as 'yyMMddHH'
versionName "2.0.4"
versionCode 23071421 // Date of build formatted as 'yyMMddHH'
versionName "2.0.5"
testInstrumentationRunner "com.chesire.nekome.TestRunner"
resConfigs 'en', 'ja'
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/23071421.txt
@@ -0,0 +1 @@
* Update the series detail view
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/23071421.txt
@@ -0,0 +1 @@
* Update the series detail view

0 comments on commit 451ca88

Please sign in to comment.