Skip to content

Commit

Permalink
chore: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Jan 22, 2025
1 parent a0a135e commit 052d5e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p style="text-align: left">
<img src="https://badgen.net/github/license/3scale/saas-operator" alt="License" />
<img src="https://img.shields.io/badge/version-0.1.0-2ea44f" alt="version: 0.1.0" />
<img src="https://img.shields.io/badge/version-0.1.1-2ea44f" alt="version: 0.1.1" />
<a href="https://github.com/ably/ably-chat-kotlin/actions/workflows/coverage.yml"><img src="https://img.shields.io/static/v1?label=coverage&message=80%2B%25&color=2ea44f" alt="coverage - 80+%"></a>
</p>

Expand Down Expand Up @@ -53,13 +53,13 @@ The Ably Chat SDK is available on the Maven Central Repository. To include the d
For Groovy:

```groovy
implementation 'com.ably.chat:chat-android:0.1.0'
implementation 'com.ably.chat:chat-android:0.1.1'
```

For Kotlin Script (`build.gradle.kts`):

```kotlin
implementation("com.ably.chat:chat-android:0.1.0")
implementation("com.ably.chat:chat-android:0.1.1")
```

### Dependency on ably-android
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android.useAndroidX=true

# Maven Publish properties:
GROUP=com.ably.chat
VERSION_NAME=0.1.0
VERSION_NAME=0.1.1

POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/ably/ably-chat-kotlin
Expand Down

0 comments on commit 052d5e5

Please sign in to comment.