Skip to content

Commit

Permalink
Increasing version number to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-daily committed Aug 21, 2024
1 parent 9100b7c commit 74c6fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages.) The base `VoiceClient` has no transport included.
Add the following dependency to your `build.gradle` file:

```
implementation "ai.rtvi:client:0.1.1"
implementation "ai.rtvi:client:0.1.2"
```

Then instantiate the `VoiceClient` from your code, specifying the backend `baseUrl` and transport.
Expand Down
2 changes: 1 addition & 1 deletion rtvi-client-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ publishing {
register<MavenPublication>("release") {
groupId = "ai.rtvi"
artifactId = "client"
version = "0.1.1"
version = "0.1.2"

pom {
name.set("RTVI Client")
Expand Down

0 comments on commit 74c6fe9

Please sign in to comment.