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

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MalitsPlus committed Jan 23, 2024
1 parent cab188f commit 12fafa4
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 106
versionName "1.27.0"
versionCode 107
versionName "2.0.0"
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": "107",
"versionName": "2.0.0",
"recommend": "false",
"messageJa": "- 新データベースのサポート\n\n新バージョンのアプリデータは旧バージョンとの互換性がないため、予めアプリを削除してからアップデートするか、アップデート後にアプリデータをクリアするかをしてください。",
"messageZh": "- 适配新版数据库\n\n本次更新破坏了旧版本数据的兼容性,请在更新前先卸载 app,或在更新后完全清除 app 数据。",
"infoJa": "",
"infoZh": ""
},
{
"versionCode": "106",
"versionName": "1.27.0",
Expand Down

0 comments on commit 12fafa4

Please sign in to comment.