upstream to pre4

This commit is contained in:
khtsly 2026-02-23 12:06:03 +07:00
parent c4a7934bc4
commit 8d114d3b51
4 changed files with 3 additions and 3 deletions

BIN
Warp.rbxm

Binary file not shown.

View file

@ -1,5 +1,5 @@
name = "eternitydev/warp" name = "eternitydev/warp"
version = "1.1.0-pre3" version = "1.1.0-pre4"
description = "A rapidly-fast & powerful networking library." description = "A rapidly-fast & powerful networking library."
authors = ["eternitydev"] authors = ["eternitydev"]
repository = "https://github.com/imezx/Warp" repository = "https://github.com/imezx/Warp"

View file

@ -23,7 +23,7 @@ end
local Identifier = {} local Identifier = {}
Identifier.on_added = function(fn: (string, number) -> ()) Identifier.on_added = function(fn: (string, number) -> ())
fastAssert(hook_fn == nil, ".on_added can only be called once.") assert(hook_fn == nil, ".on_added can only be called once.")
hook_fn = fn hook_fn = fn
end end

View file

@ -1,6 +1,6 @@
[package] [package]
name = "imezx/warp" name = "imezx/warp"
version = "1.1.0-pre3" version = "1.1.0-pre4"
registry = "https://github.com/UpliftGames/wally-index" registry = "https://github.com/UpliftGames/wally-index"
realm = "shared" realm = "shared"
license = "MIT" license = "MIT"