diff --git a/Cargo.lock b/Cargo.lock index afba911c..a09f4eb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1450,7 +1450,7 @@ dependencies = [ [[package]] name = "rojo" -version = "0.5.0" +version = "0.6.0-dev" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1491,7 +1491,7 @@ dependencies = [ "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "rbx_dom_weak 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.20 (registry+https://github.com/rust-lang/crates.io-index)", - "rojo 0.5.0", + "rojo 0.6.0-dev", "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 61fa2e82..e775753e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rojo" -version = "0.5.0" +version = "0.6.0-dev" authors = ["Lucien Greathouse "] description = "Enables professional-grade development tools for Roblox developers" license = "MPL-2.0" diff --git a/plugin/src/Config.lua b/plugin/src/Config.lua index 3e9ce414..813591a3 100644 --- a/plugin/src/Config.lua +++ b/plugin/src/Config.lua @@ -1,7 +1,7 @@ return { codename = "Epiphany", - version = {0, 5, 0}, - expectedServerVersionString = "0.5.0 or newer", + version = {0, 6, 0, "-dev"}, + expectedServerVersionString = "0.6.0 or newer", protocolVersion = 3, defaultHost = "localhost", defaultPort = 34872,