Skip to content

Commit

Permalink
Bump version (0.3.2 -> 0.3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Oct 2, 2023
1 parent 8361538 commit 100167b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If you already have a "`lune`", "`.lune`", or similar directory in your project
]]

-- You set the following string to "latest" (case insensitive), or any version tag
-- on Wax's releases page (e.g. "0.3.2")
-- on Wax's releases page (e.g. "0.3.3")
local WaxVersion = "latest"

-------------------------------------------------------------------------------
Expand All @@ -103,7 +103,7 @@ luau.load(net.request(FileLink).body, {
From your terminal in the root directory of your project, run `lune wax`, or just `lune <path/to/wax.luau>`

```
Wax 0.3.2
Wax 0.3.3
A Fast Runtime Lua 5.1x+/Luau Project Bundler, Using Roblox Models and Module-Require Semantics
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion lune/lib/data/Version.luau
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "0.3.2"
return "0.3.3"
2 changes: 1 addition & 1 deletion lune/wax-remote.luau
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
]]

-- You set the following string to "latest" (case insensitive), or any version tag
-- on Wax's releases page (e.g. "0.3.2")
-- on Wax's releases page (e.g. "0.3.3")
local WaxVersion = "latest"

-------------------------------------------------------------------------------
Expand Down

0 comments on commit 100167b

Please sign in to comment.