Skip to content

Commit

Permalink
chore: update version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chesire committed May 1, 2023
1 parent 17967b4 commit a8bc1bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.chesire.nekome"
minSdk 21
targetSdk sdk_version
versionCode 23042320 // Date of build formatted as 'yyMMddHH'
versionName "2.0.0"
versionCode 23050122 // Date of build formatted as 'yyMMddHH'
versionName "2.0.1"
testInstrumentationRunner "com.chesire.nekome.TestRunner"
resourceConfigurations += ['en', 'ja']
}
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-GB/changelogs/23042320.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Big rewrite to change how the UI looks.
* Big rewrite to change how the UI looks.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/23050122.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix potential crash when loading the settings screen.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/23050122.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix potential crash when loading the settings screen.

0 comments on commit a8bc1bb

Please sign in to comment.