Skip to content

Commit

Permalink
Bump OBS websocket protocol to 5.3.2 (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: cathy-cloud[bot] <154095190+cathy-cloud[bot]@users.noreply.github.com>
  • Loading branch information
cathy-cloud[bot] authored Dec 22, 2023
1 parent 78eb029 commit adf601e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![Build Status][build-img]][build-url]
[![Go Report][goreport-img]][goreport-url]

[protocol-img]: https://img.shields.io/badge/obs--websocket-v5.3.1-blue?logo=obs-studio&style=flat-square
[protocol-url]: https://github.com/obsproject/obs-websocket/blob/5.3.1/docs/generated/protocol.md
[protocol-img]: https://img.shields.io/badge/obs--websocket-v5.3.2-blue?logo=obs-studio&style=flat-square
[protocol-url]: https://github.com/obsproject/obs-websocket/blob/5.3.2/docs/generated/protocol.md
[doc-img]: https://img.shields.io/badge/pkg.go.dev-reference-blue?logo=go&logoColor=white&style=flat-square
[doc-url]: https://pkg.go.dev/github.com/andreykaipov/goobs
[build-img]: https://img.shields.io/github/actions/workflow/status/andreykaipov/goobs/ci.yml?logo=github&style=flat-square&branch=main
Expand Down Expand Up @@ -68,7 +68,7 @@ The corresponding output:
go run _examples/basic/main.go
OBS Studio version: 30.0.1
Server protocol version: 5.3.4
Client protocol version: 5.3.1
Client library version: 1.1.1
Client protocol version: 5.3.2
Client library version: 1.1.2
```
[//]: # (snippet-2-end)
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

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

var ProtocolVersion = "5.3.1"
var ProtocolVersion = "5.3.2"

var LibraryVersion = func() string {
bi, ok := debug.ReadBuildInfo()
Expand Down

0 comments on commit adf601e

Please sign in to comment.