From 3dec1b9d3b8867241b209dd5bf13f86c9b015206 Mon Sep 17 00:00:00 2001 From: Shae Date: Tue, 5 Sep 2023 23:34:53 -0500 Subject: [PATCH] Up version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- plugin/wally.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 753d5ec54..0a3b208eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1928,7 +1928,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.3.0-uplift.12.pre.3" +version = "7.3.0-uplift.12.pre.4" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 5082b846e..637f05d43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.3.0-uplift.12.pre.3" +version = "7.3.0-uplift.12.pre.4" rust-version = "1.71.0" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" diff --git a/README.md b/README.md index 10739b3e1..530e79b76 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Rojo can be installed with Aftman, a toolchain manager for Roblox projects: ```toml [tools] -rojo = "UpliftGames/rojo@7.3.0-uplift.12.pre.3" +rojo = "UpliftGames/rojo@7.3.0-uplift.12.pre.4" ``` ### From GitHub Releases diff --git a/plugin/wally.toml b/plugin/wally.toml index b1282a0f6..8b3f5f896 100644 --- a/plugin/wally.toml +++ b/plugin/wally.toml @@ -1,7 +1,7 @@ [package] name = "rojo-rbx/rojo" description = "Rojo enables Roblox developers to use professional-grade software engineering tools" -version = "7.3.0-uplift.12.pre.3" +version = "7.3.0-uplift.12.pre.4" license = "MPL-2.0" authors = ["LPGhatguy (https://lpg.space/)"] registry = "https://github.com/upliftgames/wally-index"