Skip to content

Commit

Permalink
Bump up version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Jul 4, 2017
1 parent ae2f4b6 commit 461b547
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0** - New logo, issue decision API, Android O prep, bug fixes and improvements.
* **1.8.3** - Bug fixes and improvements.
* **1.8.2** - Issue images, WA badges, app licenses, bug fixes and improvements.
* **1.8.1** - Bug fixes and improvements.
Expand Down Expand Up @@ -98,6 +99,13 @@ Stately also uses the following proprietary libraries:

* [Crashlytics](https://try.crashlytics.com/)

### Creative Commons

Stately uses Creative Commons-licensed content from the following sources:

* [Android Material Icon Generator (CC BY-NC 3.0)](https://android-material-icon-generator.bitdroid.de/)
* [Medical Icons Pack (CC BY 3.0)](http://www.flaticon.com/packs/medical-icons)

### License

```
Expand Down
4 changes: 2 additions & 2 deletions Stately/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.lloydtorres.stately"
minSdkVersion 16
targetSdkVersion 25
versionCode 37
versionName "1.8.3"
versionCode 38
versionName "1.9.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down

0 comments on commit 461b547

Please sign in to comment.