diff --git a/README.md b/README.md index e09bcee0..3ca0b694 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.2** - Support new census scales, alphabetical sort, longer trend graphs, visual polishes. * **1.10.1** - Bug fixes and improvements. * **1.10.0** - New logo, nation policies support. * **1.9.3** - Z-Day improvements. diff --git a/Stately/app/build.gradle b/Stately/app/build.gradle index f87f8064..06b44955 100644 --- a/Stately/app/build.gradle +++ b/Stately/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.lloydtorres.stately" minSdkVersion 16 targetSdkVersion 27 - versionCode 43 - versionName "1.10.1" + versionCode 44 + versionName "1.10.2" vectorDrawables.useSupportLibrary = true } buildTypes {