From b874242981fe3b67ea3497367c0f417d8800ced6 Mon Sep 17 00:00:00 2001 From: ariefnurputranto Date: Wed, 2 Oct 2019 15:01:37 +0700 Subject: [PATCH] bump version 3.0.0-alpha.1 --- README.md | 2 +- docs/index.md | 2 +- gradle.properties | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f68fde3a7..9574c9ab8 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.15' + implementation 'com.qiscus.sdk:chat-core:3.0.0-alpha.1' } ``` diff --git a/docs/index.md b/docs/index.md index 071b55897..8ece0b7bb 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.15' + implementation 'com.qiscus.sdk:chat-core:3.0.0-alpha.1' } ``` diff --git a/gradle.properties b/gradle.properties index 02eaa3086..c197f8daa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -39,9 +39,9 @@ chatVersionMinor=30 chatVersionPatch=15 # === qiscus chat-core library version === -chatCoreVersionMajor=1 -chatCoreVersionMinor=2 -chatCoreVersionPatch=15 +chatCoreVersionMajor=3 +chatCoreVersionMinor=0 +chatCoreVersionPatch=0-alpha.1 # === qiscus default base url BASE_URL_SERVER="https://api.qiscus.com/"