From 8760c978f207c7d91fbda6e20512d9c8c8b60c96 Mon Sep 17 00:00:00 2001 From: regginator Date: Sun, 1 Oct 2023 21:57:39 -0500 Subject: [PATCH] Bump version (`0.3.1` -> `0.3.2`) --- 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 296b5de..ef140fb 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.1") +-- on Wax's releases page (e.g. "0.3.2") 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.1 +Wax 0.3.2 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 0903b7b..edeacee 100644 --- a/lune/lib/data/Version.luau +++ b/lune/lib/data/Version.luau @@ -1 +1 @@ -return "0.3.1" +return "0.3.2" diff --git a/lune/wax-remote.luau b/lune/wax-remote.luau index ba7de46..7faffa2 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.1") +-- on Wax's releases page (e.g. "0.3.2") local WaxVersion = "latest" -------------------------------------------------------------------------------