Update version to 0.6.0-dev

This commit is contained in:
Lucien Greathouse
2019-09-19 13:58:53 -07:00
parent aababf37a8
commit b31ad4b1f8
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -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)",

View File

@@ -1,6 +1,6 @@
[package]
name = "rojo"
version = "0.5.0"
version = "0.6.0-dev"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
description = "Enables professional-grade development tools for Roblox developers"
license = "MPL-2.0"

View File

@@ -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,