From 4e9c9a19bace35c2c857572387d76130463ee086 Mon Sep 17 00:00:00 2001 From: BusyCityGuy Date: Wed, 25 Sep 2024 09:00:54 +0000 Subject: [PATCH] Preprocess release for version 0.0.4 --- README.md | 2 +- src/StateQ/init.luau | 2 +- wally.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eda7581..dcd873a 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ light:handle(Event.SwitchOn) -- warns "Illegal event `SwitchOn` called during st ## Rojo users If your project is set up to build with Rojo, the preferred installation method is using [Wally](https://wally.run/). Add this to your `wally.toml` file: -> StateQ = "busycityguy/stateq@0.0.3" +> StateQ = "busycityguy/stateq@0.0.4" If you're not using Wally, you can add this repository as a submodule of your project by running the following command: diff --git a/src/StateQ/init.luau b/src/StateQ/init.luau index daeed02..c0cb213 100644 --- a/src/StateQ/init.luau +++ b/src/StateQ/init.luau @@ -25,7 +25,7 @@ --]] --- Version: 0.0.3 +-- Version: 0.0.4 --[[ # What's a finite state machine? diff --git a/wally.toml b/wally.toml index 5a83aa8..11711a0 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "busycityguy/stateq" description = "An intuitive fully-typed Finite State Machine in Luau that supports async transitions by queueing events" -version = "0.0.3" +version = "0.0.4" license = "MIT" authors = ["BusyCityGuy"] realm = "shared"