Skip to content

Commit 46ccbe8

Browse files
committed
chore: update version to 0.11.0 in pom.xml and README.md
1 parent 738a579 commit 46ccbe8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Janus Server Java SDK
22

3-
![version](https://img.shields.io/badge/version-0.10.0-blue)
3+
![version](https://img.shields.io/badge/version-0.11.0-blue)
44
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
55

66
A Java SDK for interacting with the Janus WebRTC Server. This SDK is designed for Java applications (Desktop & Web-Backend) and provides a high-level API to communicate with the Janus server.
@@ -29,7 +29,7 @@ To use this SDK in your Maven project, add the following dependency to your `pom
2929
<dependency>
3030
<groupId>io.github.kinsleykajiva</groupId>
3131
<artifactId>janus-server-java-sdk</artifactId>
32-
<version>0.10.0</version>
32+
<version>0.11.0</version>
3333
</dependency>
3434
```
3535

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.kinsleykajiva</groupId>
88
<artifactId>janus-server-java-sdk</artifactId>
9-
<version>0.10.0</version>
9+
<version>0.11.0</version>
1010
<name>janus-server-java-sdk</name>
1111
<description>Java Janus WebRTC sever SDK</description>
1212
<url>https://github.com/kinsleykajiva/janus-server-java-sdk</url>

0 commit comments

Comments
 (0)