From 3c419192beb924c151fceff63e985698a24c11a5 Mon Sep 17 00:00:00 2001 From: David Minnerly Date: Sun, 2 Jan 2022 12:27:34 -0800 Subject: [PATCH] Bump version --- README.md | 2 +- docs/intro.md | 2 +- wally.toml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 524f3f7..c6482e6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the following to your `wally.toml` and run `wally install` to download the p ```toml [dependencies] -ModuleLoader = "vocksel/module-loader@0.1.1" +ModuleLoader = "vocksel/module-loader@0.1.2" ``` Make sure the resulting `Packages` folder is synced into your experience using a tool like [Rojo](https://github.com/rojo-rbx/rojo/). diff --git a/docs/intro.md b/docs/intro.md index 1291687..7ecabad 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -16,7 +16,7 @@ Add the following to your `wally.toml` and run `wally install` to download the p ```toml [dependencies] -ModuleLoader = "vocksel/module-loader@0.1.1" +ModuleLoader = "vocksel/module-loader@0.1.2" ``` Make sure the resulting `Packages` folder is synced into your experience using a tool like [Rojo](https://github.com/rojo-rbx/rojo/). diff --git a/wally.toml b/wally.toml index 10307ba..97abea2 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,7 @@ [package] name = "vocksel/module-loader" description = "Module loader class that bypasses Roblox's require cache" +version = "0.1.2" license = "MIT" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"