Skip to content

Commit 4169337

Browse files
committed
ye
1 parent cd93b69 commit 4169337

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Lync batches all sends into a single buffer per player per frame, applies XOR co
1616

1717
```toml
1818
[dependencies]
19-
Lync = "axp3cter/lync@2.1.1"
19+
Lync = "axp3cter/lync@2.1.2"
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.1.1",
3+
"version": "2.1.2",
44
"description": "Buffer networking for Roblox. Delta compression, XOR framing, built-in security",
55
"main": "src/init.luau",
66
"types": "src/index.d.ts",

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,4 @@ interface LyncModule {
260260
}
261261

262262
declare const Lync: LyncModule;
263-
export = Lync;
263+
export = Lync;

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.1.1"
3+
version = "2.1.2"
44
description = "Buffer networking for Roblox. Delta compression, XOR framing, built-in security"
55
license = "MIT"
66
authors = ["Axp3cter"]

0 commit comments

Comments
 (0)