Skip to content

Commit

Permalink
build: update slib
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Nov 10, 2024
1 parent cebc482 commit 5c364f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gson = "2.10.1"
netty = "4.1.77.Final"
crowdin = "1.1.0-SNAPSHOT"
config = "1.0.2"
slib = "1.0.0-SNAPSHOT"
slib = "1.0.1-SNAPSHOT"
bstats = "3.0.2"
luckperms = "5.4"
papi = "2.11.6"
Expand Down
3 changes: 2 additions & 1 deletion server/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ so there’s no need to worry if the server hasn't been updated to 2.1.x.

### Changes in 2.1.2
- Fixed buffer overflow when using AudioSender with delayed first frame.
- Fixed `pv.activation.*` permission is not being updated on the client without reconnect.
- Fixed `pv.activation.*` permission is not being updated on the client without reconnect.
- Fixed server translations missing in kick messages. [#428](https://github.com/plasmoapp/plasmo-voice/issues/428)

0 comments on commit 5c364f6

Please sign in to comment.