Skip to content

Commit

Permalink
[9.6.1.0] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauin committed Sep 26, 2016
1 parent 90f4c31 commit bc17d20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Method count](https://img.shields.io/badge/Methods count-core: 119 | deps: 21733-e91e63.svg)](http://www.methodscount.com/?lib=com.mtramin%3Aservant%3A9.6.0.0)
[![Method count](https://img.shields.io/badge/Methods count-core: 119 | deps: 21733-e91e63.svg)](http://www.methodscount.com/?lib=com.mtramin%3Aservant%3A9.6.1.0)

# Servant: Serving you GoogleApiClients so you don't have to worry about them

Expand All @@ -13,7 +13,7 @@ RxJava.
To use Servant in your project, add the library as a dependency in your `build.gradle` file:
```groovy
dependencies {
compile 'com.mtramin:servant:9.6.0.0'
compile 'com.mtramin:servant:9.6.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ext.versions = [
// Version
code : 1,
name : '9.6.0.0',
name : '9.6.1.0',

// Android Versions
compileSdk : 24,
Expand Down

0 comments on commit bc17d20

Please sign in to comment.