diff --git a/app/build.gradle b/app/build.gradle index caa8db92c..dc2a4facf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId 'net.accelf.yuito' minSdkVersion 21 targetSdkVersion 30 - versionCode 42 - versionName '4.1.2' + versionCode 43 + versionName '4.1.3' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/changelogs/v4.1.3/whatsnew-ja-JP b/changelogs/v4.1.3/whatsnew-ja-JP new file mode 100644 index 000000000..3e20ed07a --- /dev/null +++ b/changelogs/v4.1.3/whatsnew-ja-JP @@ -0,0 +1,2 @@ +* タブのリセットで先頭の投稿が取得されない問題を仮修正 + * タブのリセット後は手動でタブを更新してください