Skip to content

Commit 7b59091

Browse files
Bump OBS websocket protocol to 5.4.1 (#139)
Co-authored-by: cathy-cloud[bot] <154095190+cathy-cloud[bot]@users.noreply.github.com>
1 parent 0449273 commit 7b59091

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.4.0-blue?logo=obs-studio&style=flat-square
9-
[protocol-url]: https://github.com/obsproject/obs-websocket/blob/5.4.0/docs/generated/protocol.md
8+
[protocol-img]: https://img.shields.io/badge/obs--websocket-v5.4.1-blue?logo=obs-studio&style=flat-square
9+
[protocol-url]: https://github.com/obsproject/obs-websocket/blob/5.4.1/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.0.2
70-
Server protocol version: 5.4.0
71-
Client protocol version: 5.4.0
72-
Client library version: 1.2.0
69+
OBS Studio version: 30.1.0
70+
Server protocol version: 5.4.2
71+
Client protocol version: 5.4.1
72+
Client library version: 1.2.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.4.0"
10+
var ProtocolVersion = "5.4.1"
1111

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

0 commit comments

Comments
 (0)