Skip to content

Commit 540f114

Browse files
committed
Bump up version to 1.9.1
1 parent e48512a commit 540f114

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
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.1** - Bug fix for aggressive notification service for Lollipop and above.
2728
* **1.9.0** - New logo, issue decision API, Android O prep, bug fixes and improvements.
2829
* **1.8.3** - Bug fixes and improvements.
2930
* **1.8.2** - Issue images, WA badges, app licenses, bug fixes and improvements.

Stately/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.lloydtorres.stately"
1919
minSdkVersion 16
2020
targetSdkVersion 25
21-
versionCode 38
22-
versionName "1.9.0"
21+
versionCode 39
22+
versionName "1.9.1"
2323
vectorDrawables.useSupportLibrary = true
2424
}
2525
buildTypes {

0 commit comments

Comments
 (0)