We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032c186 commit 66ddee6Copy full SHA for 66ddee6
README.md
@@ -11,7 +11,7 @@ First include the library in your project using Maven:
11
<dependency>
12
<groupId>net.twasi</groupId>
13
<artifactId>obs-websocket-java</artifactId>
14
- <version>1.0.3</version>
+ <version>1.0.5</version>
15
</dependency>
16
```
17
pom.xml
@@ -6,7 +6,7 @@
6
<name>obs-websocket-java</name>
7
8
9
- <version>1.0.5</version>
+ <version>1.0.6-snapshot</version>
10
<description>Library to connect to the OBS WebSocket interface.</description>
<url>https://github.com/Twasi/obs-websocket-java</url>
0 commit comments