Skip to content

Commit

Permalink
Preprocess release for version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BusyCityGuy authored and github-actions[bot] committed Sep 25, 2024
1 parent 294f6e3 commit 4e9c9a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].3"
> StateQ = "busycityguy/[email protected].4"
If you're not using Wally, you can add this repository as a submodule of your project by running the following command:

Expand Down
2 changes: 1 addition & 1 deletion src/StateQ/init.luau
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
--]]

-- Version: 0.0.3
-- Version: 0.0.4

--[[
# What's a finite state machine?
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 4e9c9a1

Please sign in to comment.