Skip to content

Commit

Permalink
Bump up version to 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Jun 16, 2021
1 parent 70d2fc4 commit 0f57052
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.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.
Expand Down
4 changes: 2 additions & 2 deletions Stately/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/47.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Add support for Patriotism and Food Quality scales.
• Bug fixes and other improvements.

0 comments on commit 0f57052

Please sign in to comment.