From 0aa47e78560ebfeb2c2e4eadecc14a4c9134d346 Mon Sep 17 00:00:00 2001 From: regginator Date: Thu, 5 Oct 2023 18:54:47 -0500 Subject: [PATCH] Bump version (`0.3.3` -> `0.3.4`) --- README.md | 4 ++-- lune/lib/data/Version.luau | 2 +- lune/wax-remote.luau | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a1dfa23..5cd1934 100644 --- a/README.md +++ b/README.md @@ -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.3") +-- on Wax's releases page (e.g. "0.3.4") local WaxVersion = "latest" ------------------------------------------------------------------------------- @@ -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 ` ``` -Wax 0.3.3 +Wax 0.3.4 A Fast Runtime Lua 5.1x+/Luau Project Bundler, Using Roblox Models and Module-Require Semantics USAGE: diff --git a/lune/lib/data/Version.luau b/lune/lib/data/Version.luau index b4500d6..b8cbfa0 100644 --- a/lune/lib/data/Version.luau +++ b/lune/lib/data/Version.luau @@ -1 +1 @@ -return "0.3.3" +return "0.3.4" diff --git a/lune/wax-remote.luau b/lune/wax-remote.luau index e3fc1ef..c6d48d3 100644 --- a/lune/wax-remote.luau +++ b/lune/wax-remote.luau @@ -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.3") +-- on Wax's releases page (e.g. "0.3.4") local WaxVersion = "latest" -------------------------------------------------------------------------------