Skip to content

Commit

Permalink
Preprocess release for version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BusyCityGuy authored and github-actions[bot] committed Sep 27, 2024
1 parent 0e87abc commit be04124
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 @@ -116,7 +116,7 @@ light:handle(Event.SwitchOn) -- warns "Illegal event `SwitchOn` called during st
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:

```bash
> StateQ = "busycityguy/[email protected].5"
> StateQ = "busycityguy/[email protected].6"
```

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.5
-- Version: 0.0.6

--[[
# 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.5"
version = "0.0.6"
license = "MIT"
authors = ["BusyCityGuy"]
realm = "shared"
Expand Down

0 comments on commit be04124

Please sign in to comment.