Skip to content

Commit c3123ed

Browse files
committed
Bump up version to 1.10.2
1 parent 820dbd4 commit c3123ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.2** - Support new census scales, alphabetical sort, longer trend graphs, visual polishes.
2728
* **1.10.1** - Bug fixes and improvements.
2829
* **1.10.0** - New logo, nation policies support.
2930
* **1.9.3** - Z-Day improvements.

Stately/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.lloydtorres.stately"
1919
minSdkVersion 16
2020
targetSdkVersion 27
21-
versionCode 43
22-
versionName "1.10.1"
21+
versionCode 44
22+
versionName "1.10.2"
2323
vectorDrawables.useSupportLibrary = true
2424
}
2525
buildTypes {

0 commit comments

Comments
 (0)