From cb52200f15fb683f137a9f2ffa115351d33e55fe Mon Sep 17 00:00:00 2001 From: boatbomber Date: Tue, 5 Nov 2024 18:05:22 -0800 Subject: [PATCH 1/2] Update version --- plugin/Version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/Version.txt b/plugin/Version.txt index b61671799..c74107f79 100644 --- a/plugin/Version.txt +++ b/plugin/Version.txt @@ -1 +1 @@ -7.4.0 \ No newline at end of file +7.4.4 \ No newline at end of file From a27d3ea8e7fd8717bb672f2577df4f0661f2e711 Mon Sep 17 00:00:00 2001 From: boatbomber Date: Tue, 5 Nov 2024 18:08:41 -0800 Subject: [PATCH 2/2] lol whoops, forgot cargo --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32ccb785f..908ff793a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1752,7 +1752,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.4.0" +version = "7.4.4" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index cc731d89e..700f6e47b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.4.0" +version = "7.4.4" rust-version = "1.70.0" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers"