Skip to content

Commit 2a1cce8

Browse files
committed
ye
1 parent e450661 commit 2a1cce8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
```toml
1515
[dependencies]
16-
Lync = "axp3cter/lync@1.4.2"
16+
Lync = "axp3cter/lync@1.4.3"
1717
```
1818

1919
**npm (roblox-ts)**
@@ -163,7 +163,7 @@ end
163163
| | What it does |
164164
|:---------|:------------|
165165
| `Lync.start()` | Sets up transport. Server creates remotes, client connects. Call once after all definitions. |
166-
| `Lync.VERSION` | `"1.4.2"` |
166+
| `Lync.VERSION` | `"1.4.3"` |
167167

168168
## Packets
169169

src/init.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ end
8484
-- Public -------------------------------------------------------------
8585

8686
local Lync = {
87-
VERSION = "1.4.2",
87+
VERSION = "1.4.3",
8888

8989
-- Lifecycle
9090
start = start,

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

0 commit comments

Comments
 (0)