diff --git a/Cargo.lock b/Cargo.lock index 0c1e1d88d..753d5ec54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1928,7 +1928,7 @@ dependencies = [ [[package]] name = "rojo" -version = "7.3.0-uplift.12.pre.2+syncback.experimental.1" +version = "7.3.0-uplift.12.pre.3" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index 85873740d..5082b846e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "7.3.0-uplift.12.pre.2+syncback.experimental.1" +version = "7.3.0-uplift.12.pre.3" 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 f702de214..10739b3e1 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.2+syncback.experimental.1" +rojo = "UpliftGames/rojo@7.3.0-uplift.12.pre.3" ``` ### From GitHub Releases diff --git a/plugin/wally.toml b/plugin/wally.toml index 7fc59c6dd..b1282a0f6 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.2+syncback.experimental.1" +version = "7.3.0-uplift.12.pre.3" license = "MPL-2.0" authors = ["LPGhatguy (https://lpg.space/)"] registry = "https://github.com/upliftgames/wally-index"