Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
StefMa committed Jun 6, 2019
1 parent 73f64c8 commit 1f3494e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ThirtyInch is available via [jcenter](http://blog.bintray.com/2015/02/09/android

```gradle
dependencies {
def thirtyinchVersion = '0.9.5'
def thirtyinchVersion = '0.9.6'
implementation "net.grandcentrix.thirtyinch:thirtyinch:$thirtyinchVersion"
implementation "net.grandcentrix.thirtyinch:thirtyinch-rx2:$thirtyinchVersion"
implementation "net.grandcentrix.thirtyinch:thirtyinch-logginginterceptor:$thirtyinchVersion"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {
}

ext {
VERSION_NAME = "0.9.6-SNAPSHOT"
VERSION_NAME = "0.9.6"
VERSION_CODE = 13
MIN_SDK_VERSION = 14
// If you change the SDK version don't forgot to update .travis.yml
Expand Down

0 comments on commit 1f3494e

Please sign in to comment.