From 7cb3a224a22acabdbbe8f30b7c28b485f8255084 Mon Sep 17 00:00:00 2001 From: lloydtorres Date: Mon, 30 Oct 2017 22:47:55 -0700 Subject: [PATCH] Bump up version to 1.9.3 --- README.md | 1 + Stately/app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f588207..915f256d 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.9.3** - Z-Day improvements. * **1.9.2** - Edit RMB posts, regional voting data in resolutions, Android Oreo support, bug fixes and improvements. * **1.9.1** - Bug fix for aggressive notification service for Lollipop and above. * **1.9.0** - New logo, issue decision API, Android O prep, bug fixes and improvements. diff --git a/Stately/app/build.gradle b/Stately/app/build.gradle index c5346929..3b091147 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 40 - versionName "1.9.2" + versionCode 41 + versionName "1.9.3" vectorDrawables.useSupportLibrary = true } buildTypes {