From c11723f40fef41ac5ed156f1d1119611f65ca953 Mon Sep 17 00:00:00 2001 From: MalitsPlus <50281195+MalitsPlus@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:09:47 +0900 Subject: [PATCH] chore: bump version to 1.27.0 --- app/build.gradle | 4 ++-- release_log.json | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7bd27867..2efa251d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.github.malitsplus.shizurunotes" minSdk 26 targetSdk 30 - versionCode 105 - versionName "1.26.0" + versionCode 106 + versionName "1.27.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } signingConfigs { diff --git a/release_log.json b/release_log.json index 40befdf4..cecdc4ab 100644 --- a/release_log.json +++ b/release_log.json @@ -1,4 +1,13 @@ [ + { + "versionCode": "106", + "versionName": "1.27.0", + "recommend": "false", + "messageJa": "- Ver 7.1.0 以来欠けているスキル説明を追加 #85\n- スキルアクション 8 ~ 10 の追加により起こり得る潜在的なバグを修正 #86\n- 行動パターン変更スキルの説明文を修正 #87", + "messageZh": "- 新增自 Ver 7.1.0 以来缺失的大量新技能描述 #85\n- 修复追加技能动作 8 ~ 10 后可能造成的潜在 bug #86\n- 订正攻击模式切换的技能描述 #87", + "infoJa": "", + "infoZh": "" + }, { "versionCode": "105", "versionName": "1.26.0",