diff --git a/README.md b/README.md index d0b14c39..f85ab3c8 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.10.5** - Census cale fixes, bug fixes and improvements. * **1.10.4** - Removed Crashlytics, census scale fixes, Android 11 support, bug fixes and improvements. * **1.10.3** - Bug fixes and improvements. * **1.10.2** - Support new census scales, alphabetical sort, longer trend graphs, visual polishes. diff --git a/Stately/app/build.gradle b/Stately/app/build.gradle index 56e73a22..77de4786 100644 --- a/Stately/app/build.gradle +++ b/Stately/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.lloydtorres.stately" minSdkVersion 16 targetSdkVersion 30 - versionCode 46 - versionName "1.10.4" + versionCode 47 + versionName "1.10.5" vectorDrawables.useSupportLibrary = true } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/47.txt b/fastlane/metadata/android/en-US/changelogs/47.txt new file mode 100644 index 00000000..5ceefff2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/47.txt @@ -0,0 +1,2 @@ +• Add support for Patriotism and Food Quality scales. +• Bug fixes and other improvements.