Skip to content

Commit 0f57052

Browse files
committed
Bump up version to 1.10.5
1 parent 70d2fc4 commit 0f57052

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.10.5** - Census cale fixes, bug fixes and improvements.
2728
* **1.10.4** - Removed Crashlytics, census scale fixes, Android 11 support, bug fixes and improvements.
2829
* **1.10.3** - Bug fixes and improvements.
2930
* **1.10.2** - Support new census scales, alphabetical sort, longer trend graphs, visual polishes.

Stately/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "com.lloydtorres.stately"
1616
minSdkVersion 16
1717
targetSdkVersion 30
18-
versionCode 46
19-
versionName "1.10.4"
18+
versionCode 47
19+
versionName "1.10.5"
2020
vectorDrawables.useSupportLibrary = true
2121
}
2222
buildTypes {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
• Add support for Patriotism and Food Quality scales.
2+
• Bug fixes and other improvements.

0 commit comments

Comments
 (0)