Release 3.22.1

This commit is contained in:
Thomas 2023-07-12 17:45:28 +02:00
parent 7fdebf20f1
commit 237801f56c
3 changed files with 11 additions and 2 deletions

View File

@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 33
versionCode 490
versionName "3.22.0"
versionCode 491
versionName "3.22.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
flavorDimensions "default"

View File

@ -1,4 +1,9 @@
[
{
"version": "3.22.1",
"code": "491",
"note": "Added:\n- Follow Lemmy instance (from Manage Timelines)\nFixed:\n- Add 50 chars max for poll options"
},
{
"version": "3.22.0",
"code": "490",

View File

@ -0,0 +1,4 @@
Added:
- Follow Lemmy instance (from Manage Timelines)
Fixed:
- Add 50 chars max for poll options