Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MalitsPlus committed Feb 26, 2024
1 parent 2a28827 commit 85ecbc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "com.github.malitsplus.shizurunotes"
minSdk 26
targetSdk 30
versionCode 108
versionName "2.0.1"
versionCode 109
versionName "2.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down
9 changes: 9 additions & 0 deletions release_log.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"versionCode": "109",
"versionName": "2.0.2",
"recommend": "false",
"messageJa": "- キャラクタープロフィールページを開く際にクラッシュする問題を修正 #91",
"messageZh": "- 修复进入角色个人信息界面时崩溃的 bug #91",
"infoJa": "",
"infoZh": ""
},
{
"versionCode": "108",
"versionName": "2.0.1",
Expand Down

0 comments on commit 85ecbc5

Please sign in to comment.