Skip to content

Commit

Permalink
Bump version to 0.6.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Jul 28, 2024
1 parent d973353 commit 828f191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.
<dependency>
<groupId>io.livekit</groupId>
<artifactId>livekit-server</artifactId>
<version>0.6.1</version>
<version>0.6.2</version>
</dependency>
</dependencies>
```
Expand All @@ -36,7 +36,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.

```groovy title="build.gradle"
dependencies {
implementation 'io.livekit:livekit-server:0.6.1'
implementation 'io.livekit:livekit-server:0.6.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.code.style=official
###############################################################

GROUP=io.livekit
VERSION_NAME=0.6.2
VERSION_NAME=0.6.3-SNAPSHOT

POM_NAME=LiveKit Server SDK
POM_ARTIFACT_ID=livekit-server
Expand Down

0 comments on commit 828f191

Please sign in to comment.