diff --git a/package-lock.json b/package-lock.json index c4f6d44..8c80907 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@rbxts/finite-state-machine", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index d62ddbf..a53d9bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rbxts/finite-state-machine", - "version": "1.0.8", + "version": "1.0.9", "description": "A simple Finite State Machine implementation for Roblox development written using roblox-ts.", "main": "out/init.lua", "scripts": { diff --git a/wally.lock b/wally.lock index c4b0dc8..d4d2ece 100644 --- a/wally.lock +++ b/wally.lock @@ -4,5 +4,5 @@ registry = "test" [[package]] name = "bytebit/finite-state-machine" -version = "1.0.8" +version = "1.0.9" dependencies = [] diff --git a/wally.toml b/wally.toml index e320ef2..690f8fd 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "bytebit/finite-state-machine" description = "A simple Finite State Machine implementation for Roblox development written using roblox-ts." -version = "1.0.8" +version = "1.0.9" license = "MIT" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"