diff --git a/README.md b/README.md index b5d1232be..5bc394490 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.2.12' + implementation 'com.qiscus.sdk:chat-core:1.2.13' } ``` diff --git a/docs/advance-section.md b/docs/advance-section.md index 468d18776..45bc527d7 100644 --- a/docs/advance-section.md +++ b/docs/advance-section.md @@ -5,7 +5,7 @@ Add Qiscus SDK to your apps without emoji library, change gradle file to like th ```groovy dependencies { - implementation 'com.qiscus.sdk:chat:2.30.12-without-emoji' + implementation 'com.qiscus.sdk:chat:2.30.13-without-emoji' } ``` @@ -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.2.12' + implementation 'com.qiscus.sdk:chat-core:1.2.13' } ``` diff --git a/docs/getting-started.md b/docs/getting-started.md index 2eba31d9d..e9b49025e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -15,7 +15,7 @@ Secondly, you need to add SDK dependencies inside your app .gradle. Then, you ne ```groovy dependencies { - implementation 'com.qiscus.sdk:chat:2.30.12' + implementation 'com.qiscus.sdk:chat:2.30.13' } ``` diff --git a/docs/index.md b/docs/index.md index ce4a44a19..7e73dd196 100644 --- a/docs/index.md +++ b/docs/index.md @@ -80,7 +80,7 @@ Secondly, you need to add SDK dependencies inside your app .gradle. Then, you ne ``` dependencies { ... - implementation 'com.qiscus.sdk:chat-core:1.2.12' + implementation 'com.qiscus.sdk:chat-core:1.2.13' } ``` diff --git a/gradle.properties b/gradle.properties index d765df2e4..e6ccfd55a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,12 +36,12 @@ # === qiscus chat library version === chatVersionMajor=2 chatVersionMinor=30 -chatVersionPatch=12 +chatVersionPatch=13 # === qiscus chat-core library version === chatCoreVersionMajor=1 chatCoreVersionMinor=2 -chatCoreVersionPatch=12 +chatCoreVersionPatch=13 # === qiscus default base url BASE_URL_SERVER="https://api.qiscus.com/"