diff --git a/Cargo.lock b/Cargo.lock index a1cbc80ab..df9f2a75d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1862,7 +1862,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.2.2-uplift.release.4" +version = "7.2.2-uplift.release.5" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index b2dd6ff09..25b7991b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.2.2-uplift.release.4" +version = "7.2.2-uplift.release.5" rust-version = "1.58.1" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" diff --git a/plugin/wally.lock b/plugin/wally.lock index cc88c2fa8..259f951a9 100644 --- a/plugin/wally.lock +++ b/plugin/wally.lock @@ -29,5 +29,5 @@ dependencies = [] [[package]] name = "rojo-rbx/rojo" -version = "7.2.2-uplift.release.4" +version = "7.2.2-uplift.release.5" dependencies = [["Flipper", "reselim/flipper@2.0.0"], ["Promise", "evaera/promise@4.0.0"], ["Roact", "roblox/roact@1.4.4"], ["t", "osyrisrblx/t@3.0.0"]] diff --git a/plugin/wally.toml b/plugin/wally.toml index 4e3c106d9..a08541064 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.2.2-uplift.release.4" +version = "7.2.2-uplift.release.5" license = "MPL-2.0" authors = ["LPGhatguy (https://lpg.space/)"] registry = "https://github.com/upliftgames/wally-index"