Skip to content

Commit

Permalink
Bump version to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zetbaitsu committed Mar 14, 2017
1 parent 1ef14ec commit 0f333aa
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 @@ -17,7 +17,7 @@ allprojects {
Then add to your app module build.gradle
```groovy
dependencies {
compile 'com.qiscus.sdk:chat:1.12.0'
compile 'com.qiscus.sdk:chat:1.12.1'
}
```
# Let's make cools chatting apps!
Expand Down
2 changes: 1 addition & 1 deletion chat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {
siteUrl = 'https://github.com/qiscus/qiscus-sdk-android'
gitUrl = 'https://github.com/qiscus/qiscus-sdk-android.git'

libraryVersion = '1.12.0'
libraryVersion = '1.12.1'

developerId = 'qiscustech'
developerName = 'Qiscus Tech'
Expand Down

0 comments on commit 0f333aa

Please sign in to comment.