Skip to content

Commit

Permalink
bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinmuhdhor committed Nov 8, 2019
1 parent b1de678 commit 112db92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Second, you need to add SDK dependencies inside your app .gradle. Then, you need
```
dependencies {
...
implementation 'com.qiscus.sdk:chat-core:1.3.1'
implementation 'com.qiscus.sdk:chat-core:1.3.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/advance-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you want to use Core SDK only, change gradle file to like below :

```groovy
dependencies {
implementation 'com.qiscus.sdk:chat-core:1.3.1'
implementation 'com.qiscus.sdk:chat-core:1.3.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ chatVersionPatch=15
# === qiscus chat-core library version ===
chatCoreVersionMajor=1
chatCoreVersionMinor=3
chatCoreVersionPatch=1
chatCoreVersionPatch=2

# === qiscus default base url
BASE_URL_SERVER="https://api.qiscus.com/"
Expand Down

0 comments on commit 112db92

Please sign in to comment.