Skip to content

Commit

Permalink
Prepare to version 1.6.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
amatkivskiy committed Jan 4, 2018
1 parent bddf7f9 commit 5c4bf8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}

allprojects {
version '1.6.0'
version '1.6.1'

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion library/async/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ artifacts {
publish {
groupId = 'com.github.amatkivskiy'
artifactId = 'gitter.sdk.async'
publishVersion = '1.6.0'
publishVersion = '1.6.1'
desc = 'Gitter.im Java SDK that facilitates communication with Gitter API and Gitter Faye API'
licences = ['MIT']
website = 'https://github.com/Gitteroid/GitterJavaSDK'
Expand Down
2 changes: 1 addition & 1 deletion library/rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ artifacts {
publish {
groupId = 'com.github.amatkivskiy'
artifactId = 'gitter.sdk.rx'
publishVersion = '1.6.0'
publishVersion = '1.6.1'
desc = 'Gitter.im RxJava SDK that facilitates communication with Gitter API'
licences = ['MIT']
website = 'https://github.com/Gitteroid/GitterJavaSDK'
Expand Down
2 changes: 1 addition & 1 deletion library/sync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ artifacts {
publish {
groupId = 'com.github.amatkivskiy'
artifactId = 'gitter.sdk.sync'
publishVersion = '1.6.0'
publishVersion = '1.6.1'
desc = 'Gitter.im Java SDK that facilitates communication with Gitter API'
licences = ['MIT']
website = 'https://github.com/Gitteroid/GitterJavaSDK'
Expand Down

0 comments on commit 5c4bf8a

Please sign in to comment.