Skip to content

Commit

Permalink
Bump version (0.3.5 -> 0.3.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Nov 4, 2023
1 parent c7d9599 commit bcde0a2
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.5")
-- on Wax's releases page (e.g. "0.3.6")
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.5
Wax 0.3.6
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.5"
return "0.3.6"
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.5")
-- on Wax's releases page (e.g. "0.3.6")
local WaxVersion = "latest"

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

0 comments on commit bcde0a2

Please sign in to comment.