Skip to content

Commit

Permalink
bump version 3.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefnurputranto committed Oct 2, 2019
1 parent 03b2fd6 commit b874242
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2.15'
implementation 'com.qiscus.sdk:chat-core:3.0.0-alpha.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit b874242

Please sign in to comment.