diff --git a/README.md b/README.md index 0f5c76e86..7b053d275 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/docs/advance-section.md b/docs/advance-section.md index 433687389..b59bd35cb 100644 --- a/docs/advance-section.md +++ b/docs/advance-section.md @@ -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' } ``` diff --git a/gradle.properties b/gradle.properties index b8bf2eec6..26ba37f97 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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/"