Skip to content

Commit 1528cd3

Browse files
committed
ye
1 parent 484215b commit 1528cd3

4 files changed

Lines changed: 5 additions & 5 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.5.0"
16+
Lync = "axp3cter/lync@1.5.1"
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.5.0"` |
166+
| `Lync.VERSION` | `"1.5.1"` |
167167

168168
## Packets
169169

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": "1.5.0",
3+
"version": "1.5.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",

src/init.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ end
104104
-- Public --------------------------------------------------------------
105105

106106
local Lync = {
107-
VERSION = "1.5.0",
107+
VERSION = "1.5.1",
108108

109109
-- Lifecycle
110110
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.5.0"
3+
version = "1.5.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)