Skip to content

Commit

Permalink
Bump version to 1.11.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Oct 29, 2023
1 parent 8373d96 commit 3acdfef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Get Stately on: [Google Play](https://play.google.com/store/apps/details?id=com.

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

* **1.11.1** - Bug fixes and improvements.
* **1.11.0** - Issues count, region banners and bans, bug fixes and improvements.
* **1.10.5** - Census scale fixes, bug fixes and improvements.
* **1.10.4** - Removed Crashlytics, census scale fixes, Android 11 support, bug fixes and improvements.
Expand Down
4 changes: 2 additions & 2 deletions Stately/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
minSdkVersion 21
targetSdkVersion 34
multiDexEnabled true
versionCode 49
versionName "1.11.0"
versionCode 50
versionName "1.11.1"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Fix issues related to telegrams and region dossiers.
• Other bug fixes and improvements.

0 comments on commit 3acdfef

Please sign in to comment.