diff --git a/README.md b/README.md index 02d6e77e..753e2711 100644 --- a/README.md +++ b/README.md @@ -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.2** - Bug fixes and improvements. * **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. diff --git a/Stately/app/build.gradle b/Stately/app/build.gradle index 4be741a5..dac42912 100644 --- a/Stately/app/build.gradle +++ b/Stately/app/build.gradle @@ -16,8 +16,8 @@ android { minSdkVersion 21 targetSdkVersion 34 multiDexEnabled true - versionCode 50 - versionName "1.11.1" + versionCode 51 + versionName "1.11.2" vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/51.txt b/fastlane/metadata/android/en-US/changelogs/51.txt new file mode 100644 index 00000000..59769a2b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/51.txt @@ -0,0 +1 @@ +• Bug fixes and improvements. \ No newline at end of file