Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit bbf104a

Browse files
committed
Bump version to v4.2.1 (48)
1 parent bd70f98 commit bbf104a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId 'net.accelf.yuito'
2525
minSdkVersion 21
2626
targetSdkVersion 31
27-
versionCode 47
28-
versionName '4.2.0'
27+
versionCode 48
28+
versionName '4.2.1'
2929
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3030
vectorDrawables.useSupportLibrary = true
3131

changelogs/v4.2.1/whatsnew-en-US

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Fix search page crashes
2+
* https://github.com/tuskyapp/Tusky/compare/b2f2ca6c2216aa357d2dfb79981b18c36daacd9f...3ae18fd9231ba9d8f36df4b8187488b9e2cb2f01

changelogs/v4.2.1/whatsnew-ja-JP

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* 検索画面がクラッシュする問題を修正
2+
* https://github.com/tuskyapp/Tusky/compare/b2f2ca6c2216aa357d2dfb79981b18c36daacd9f...3ae18fd9231ba9d8f36df4b8187488b9e2cb2f01

0 commit comments

Comments
 (0)