File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# server-sdk-kotlin
22
3+ ## 0.8.0
4+
5+ ### Minor Changes
6+
7+ - Implement SIP Service client - [ #79 ] ( https://github.com/livekit/server-sdk-kotlin/pull/79 ) ([ @davidliu ] ( https://github.com/davidliu ) )
8+
39## 0.7.0
410
511### Minor Changes
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.
2727 <dependency >
2828 <groupId >io.livekit</groupId >
2929 <artifactId >livekit-server</artifactId >
30- <version >0.7 .0</version >
30+ <version >0.8 .0</version >
3131 </dependency >
3232</dependencies >
3333```
@@ -36,7 +36,7 @@ This SDK is available as a Maven package through [Maven Central](https://search.
3636
3737``` groovy title="build.gradle"
3838dependencies {
39- implementation 'io.livekit:livekit-server:0.7 .0'
39+ implementation 'io.livekit:livekit-server:0.8 .0'
4040}
4141```
4242
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kotlin.code.style=official
33# ##############################################################
44
55GROUP =io.livekit
6- VERSION_NAME =0.7 .0
6+ VERSION_NAME =0.8 .0
77
88POM_NAME =LiveKit Server SDK
99POM_ARTIFACT_ID =livekit-server
Original file line number Diff line number Diff line change 11{
22 "name" : " server-sdk-kotlin" ,
3- "version" : " 0.7 .0" ,
3+ "version" : " 0.8 .0" ,
44 "main" : " index.js" ,
55 "repository" : " https://github.com/livekit/server-sdk-kotlin.git" ,
66 "license" : " Apache License 2.0" ,
You can’t perform that action at this time.
0 commit comments