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 Dec 16, 2024
1 parent 1f0de95 commit d078ed6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 28 deletions.
40 changes: 14 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p style="text-align: left">
<img src="https://img.shields.io/badge/development_status-Private_Beta-ab7df8" alt="Development status" />
<img src="https://badgen.net/github/license/3scale/saas-operator" alt="License" />
<img src="https://img.shields.io/badge/version-0.1.0--SNAPSHOT-2ea44f" alt="version: 0.1.0-SNAPSHOT" />
<img src="https://img.shields.io/badge/version-0.1.0-2ea44f" alt="version: 0.1.0" />
<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 @@ -52,38 +52,26 @@ You will need the following prerequisites:
following [capabilities](https://ably.com/docs/auth/capabilities): `publish`, `subscribe`, `presence`, `history` and
`channel-metadata`.

[//]: # (## Installation)
## Installation

[//]: # ()
[//]: # (The Ably Chat SDK is available on the Maven Central Repository. To include the dependency in your project, add the following to your `build.gradle` file:)
The Ably Chat SDK is available on the Maven Central Repository. To include the dependency in your project, add the following to your `build.gradle` file:

[//]: # ()
[//]: # (For Groovy:)
For Groovy:

[//]: # ()
[//]: # (```groovy)

[//]: # (implementation 'com.ably.chat:chat-android')

[//]: # (```)

[//]: # ()
[//]: # (For Kotlin Script &#40;`build.gradle.kts`&#41;:)

[//]: # ()
[//]: # (```kotlin)

[//]: # (implementation&#40;"com.ably.chat:chat-android"&#41;)
```groovy
implementation 'com.ably.chat:chat-android:0.1.0'
```

[//]: # (```)
For Kotlin Script (`build.gradle.kts`):

[//]: # ()
[//]: # (### Dependency on ably-android)
```kotlin
implementation("com.ably.chat:chat-android:0.1.0")
```

[//]: # ()
[//]: # (Certain functionalities are powered by the [ably-android]&#40;https://github.com/ably/ably-java&#41; library. )
### Dependency on ably-android

[//]: # (The `ably-android` library is included as an api dependency within the Chat SDK, so there is no need to manually add it to your project.)
Certain functionalities are powered by the [ably-android](https://github.com/ably/ably-java) library.
The `ably-android` library is included as an api dependency within the Chat SDK, so there is no need to manually add it to your project.

## Versioning

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-SNAPSHOT
VERSION_NAME=0.1.0

POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/ably/ably-chat-kotlin
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format

[versions]
ably = "1.2.46"
ably = "1.2.47"
junit = "4.13.2"
agp = "8.5.2"
detekt = "1.23.6"
Expand Down

0 comments on commit d078ed6

Please sign in to comment.