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

Commit 30d223b

Browse files
committed
Bump version to v4.5.1 (54)
1 parent c258985 commit 30d223b

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
@@ -25,8 +25,8 @@ android {
2525
namespace 'com.keylesspalace.tusky'
2626
minSdkVersion 23
2727
targetSdkVersion 33
28-
versionCode 53
29-
versionName '4.5.0'
28+
versionCode 54
29+
versionName '4.5.1'
3030
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3131
vectorDrawables.useSupportLibrary = true
3232

changelogs/v4.5.1/whatsnew-en-US

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Fixed layout a bit
2+
* Fixed some translations

changelogs/v4.5.1/whatsnew-ja-JP

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* レイアウトを少し修正
2+
* 一部言語の翻訳を修正

0 commit comments

Comments
 (0)