Skip to content

Commit 299c82a

Browse files
Bump OBS websocket protocol to 5.5.3 (#171)
Co-authored-by: cathy-cloud[bot] <154095190+cathy-cloud[bot]@users.noreply.github.com>
1 parent fca45f7 commit 299c82a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![Build Status][build-img]][build-url]
66
[![Go Report][goreport-img]][goreport-url]
77

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
1010
[doc-img]: https://img.shields.io/badge/pkg.go.dev-reference-blue?logo=go&logoColor=white&style=flat-square
1111
[doc-url]: https://pkg.go.dev/github.com/andreykaipov/goobs
1212
[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:
6666
[//]: # (snippet-2-begin)
6767
```console
6868
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
7373
```
7474
[//]: # (snippet-2-end)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
const lib = "github.com/andreykaipov/goobs"
99

10-
var ProtocolVersion = "5.5.2"
10+
var ProtocolVersion = "5.5.3"
1111

1212
var LibraryVersion = func() string {
1313
bi, ok := debug.ReadBuildInfo()

0 commit comments

Comments
 (0)