Skip to content

Commit 7cb3a22

Browse files
committed
Bump up version to 1.9.3
1 parent 98bca69 commit 7cb3a22

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.9.3** - Z-Day improvements.
2728
* **1.9.2** - Edit RMB posts, regional voting data in resolutions, Android Oreo support, bug fixes and improvements.
2829
* **1.9.1** - Bug fix for aggressive notification service for Lollipop and above.
2930
* **1.9.0** - New logo, issue decision API, Android O prep, bug fixes and 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 40
22-
versionName "1.9.2"
21+
versionCode 41
22+
versionName "1.9.3"
2323
vectorDrawables.useSupportLibrary = true
2424
}
2525
buildTypes {

0 commit comments

Comments
 (0)