Skip to content

Commit 3acdfef

Browse files
committed
Bump version to 1.11.1 🎉
1 parent 8373d96 commit 3acdfef

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Get Stately on: [Google Play](https://play.google.com/store/apps/details?id=com.
2424

2525
Detailed release notes and APKs can be found in the [releases page](https://github.com/lloydtorres/stately/releases).
2626

27+
* **1.11.1** - Bug fixes and improvements.
2728
* **1.11.0** - Issues count, region banners and bans, bug fixes and improvements.
2829
* **1.10.5** - Census scale fixes, bug fixes and improvements.
2930
* **1.10.4** - Removed Crashlytics, census scale fixes, Android 11 support, bug fixes and improvements.

‎Stately/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
minSdkVersion 21
1717
targetSdkVersion 34
1818
multiDexEnabled true
19-
versionCode 49
20-
versionName "1.11.0"
19+
versionCode 50
20+
versionName "1.11.1"
2121
vectorDrawables.useSupportLibrary = true
2222
}
2323
buildTypes {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
• Fix issues related to telegrams and region dossiers.
2+
• Other bug fixes and improvements.

0 commit comments

Comments
 (0)