Skip to content

Commit 0846660

Browse files
committed
1.0.8
1 parent a1936a6 commit 0846660

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rbxts/signals-tooling",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Simple, base-level tooling for working with signals in Roblox.",
55
"main": "out/init.lua",
66
"types": "out/index.d.ts",

wally.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
registry = "test"
44

55
[[package]]
6-
name = "bytebit/server-networked-values"
7-
version = "1.0.7"
6+
name = "bytebit/signals-tooling"
7+
version = "1.0.8"
88
dependencies = []

wally.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2-
name = "bytebit/server-networked-values"
2+
name = "bytebit/signals-tooling"
33
description = "Simple, base-level tooling for working with signals in Roblox."
4-
version = "1.0.7"
4+
version = "1.0.8"
55
license = "MIT"
66
registry = "https://github.com/UpliftGames/wally-index"
77
realm = "shared"

0 commit comments

Comments
 (0)