Skip to content

Commit fa688f3

Browse files
committed
ye
1 parent db2ea25 commit fa688f3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Schemas, packets, queries, groups, validation, rate limiting. Every send batches
1616
Wally — add to your `wally.toml`:
1717

1818
```toml
19-
Lync = "axp3cter/lync@2.3.0"
19+
Lync = "axp3cter/lync@2.3.1"
2020
```
2121

2222
npm (roblox-ts):

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axpecter/lync",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Buffer networking for Roblox. Delta compression, XOR framing, built-in security",
55
"main": "src/init.luau",
66
"types": "src/index.d.ts",

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "axp3cter/lync"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "Buffer networking for Roblox. Delta compression, XOR framing, built-in security"
55
license = "MIT"
66
authors = ["Axp3cter"]

0 commit comments

Comments
 (0)