From 3b6f04aeed9ab9264a98176d6f7da6ef97cd58af Mon Sep 17 00:00:00 2001 From: kyori19 Date: Fri, 4 Mar 2022 18:07:08 +0900 Subject: [PATCH] Bump version to v4.1.0 (40) --- app/build.gradle | 4 ++-- changelogs/v4.1.0/whatsnew-ja-JP | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 changelogs/v4.1.0/whatsnew-ja-JP diff --git a/app/build.gradle b/app/build.gradle index bf1991182..8cb29d3e2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId 'net.accelf.yuito' minSdkVersion 21 targetSdkVersion 29 - versionCode 39 - versionName '4.0.1' + versionCode 40 + versionName '4.1.0' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/changelogs/v4.1.0/whatsnew-ja-JP b/changelogs/v4.1.0/whatsnew-ja-JP new file mode 100644 index 000000000..5f737be68 --- /dev/null +++ b/changelogs/v4.1.0/whatsnew-ja-JP @@ -0,0 +1,2 @@ +* ストリーミングに `/api/v1/streaming` への単一のコネクションを使用するように変更 +* https://github.com/tuskyapp/Tusky/compare/821411b0ebe0c7f7691c88d000c10ab8b615c4e1...73e9338f3c8ff25ab6ef7ad647cf8069e0e81cf2