File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Build Status] [ build-img ]] [ build-url ]
6
6
[ ![ Go Report] [ goreport-img ]] [ goreport-url ]
7
7
8
- [ protocol-img ] : https://img.shields.io/badge/obs--websocket-v5.5.2 -blue?logo=obs-studio&style=flat-square
9
- [ protocol-url ] : https://github.com/obsproject/obs-websocket/blob/5.5.2 /docs/generated/protocol.md
8
+ [ protocol-img ] : https://img.shields.io/badge/obs--websocket-v5.5.3 -blue?logo=obs-studio&style=flat-square
9
+ [ protocol-url ] : https://github.com/obsproject/obs-websocket/blob/5.5.3 /docs/generated/protocol.md
10
10
[ doc-img ] : https://img.shields.io/badge/pkg.go.dev-reference-blue?logo=go&logoColor=white&style=flat-square
11
11
[ doc-url ] : https://pkg.go.dev/github.com/andreykaipov/goobs
12
12
[ build-img ] : https://img.shields.io/github/actions/workflow/status/andreykaipov/goobs/ci.yml?logo=github&style=flat-square&branch=main
@@ -66,9 +66,9 @@ The corresponding output:
66
66
[ // ] : # ( snippet-2-begin )
67
67
``` console
68
68
❯ go run _examples/basic/main.go
69
- OBS Studio version: 30.2.0
70
- Server protocol version: 5.5.1
71
- Client protocol version: 5.5.2
72
- Client library version: 1.4.2
69
+ OBS Studio version: 30.2.2
70
+ Server protocol version: 5.5.2
71
+ Client protocol version: 5.5.3
72
+ Client library version: 1.5.1
73
73
```
74
74
[ // ] : # ( snippet-2-end )
Original file line number Diff line number Diff line change 7
7
8
8
const lib = "github.com/andreykaipov/goobs"
9
9
10
- var ProtocolVersion = "5.5.2 "
10
+ var ProtocolVersion = "5.5.3 "
11
11
12
12
var LibraryVersion = func () string {
13
13
bi , ok := debug .ReadBuildInfo ()
You can’t perform that action at this time.
0 commit comments