From 20c520a04439bb93c92ca699d8e9436486196531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Thu, 10 Oct 2019 15:32:53 +0200 Subject: [PATCH] Change the version number to 0.4 --- Cargo.lock | 36 ++++++++++++++++++------------------ chat-cli/Cargo.toml | 2 +- client/Cargo.toml | 2 +- common/Cargo.toml | 2 +- server-cli/Cargo.toml | 2 +- server/Cargo.toml | 4 ++-- voxygen/Cargo.toml | 2 +- world/Cargo.toml | 2 +- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d72b90f7e..7c1fefb6a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3520,17 +3520,17 @@ dependencies = [ [[package]] name = "veloren-chat-cli" -version = "0.3.0" +version = "0.4.0" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-client 0.3.0", - "veloren-common 0.3.0", + "veloren-client 0.4.0", + "veloren-common 0.4.0", ] [[package]] name = "veloren-client" -version = "0.3.0" +version = "0.4.0" dependencies = [ "hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3538,12 +3538,12 @@ dependencies = [ "specs 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)", "uvth 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "vek 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-common 0.3.0", + "veloren-common 0.4.0", ] [[package]] name = "veloren-common" -version = "0.3.0" +version = "0.4.0" dependencies = [ "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3572,7 +3572,7 @@ dependencies = [ [[package]] name = "veloren-server" -version = "0.3.0" +version = "0.4.0" dependencies = [ "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3590,24 +3590,24 @@ dependencies = [ "specs 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)", "uvth 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "vek 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-common 0.3.0", - "veloren-world 0.3.0", + "veloren-common 0.4.0", + "veloren-world 0.4.0", ] [[package]] name = "veloren-server-cli" -version = "0.3.0" +version = "0.4.0" dependencies = [ "heaptrack 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-common 0.3.0", - "veloren-server 0.3.0", + "veloren-common 0.4.0", + "veloren-server 0.4.0", ] [[package]] name = "veloren-voxygen" -version = "0.3.0" +version = "0.4.0" dependencies = [ "backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3644,16 +3644,16 @@ dependencies = [ "simplelog 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "specs 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)", "vek 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-client 0.3.0", - "veloren-common 0.3.0", - "veloren-server 0.3.0", + "veloren-client 0.4.0", + "veloren-common 0.4.0", + "veloren-server 0.4.0", "winit 0.19.3 (registry+https://github.com/rust-lang/crates.io-index)", "winres 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "veloren-world" -version = "0.3.0" +version = "0.4.0" dependencies = [ "arr_macro 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3663,7 +3663,7 @@ dependencies = [ "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "vek 0.9.9 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-common 0.3.0", + "veloren-common 0.4.0", ] [[package]] diff --git a/chat-cli/Cargo.toml b/chat-cli/Cargo.toml index 8231cdbade..350d4a1344 100644 --- a/chat-cli/Cargo.toml +++ b/chat-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-chat-cli" -version = "0.3.0" +version = "0.4.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/client/Cargo.toml b/client/Cargo.toml index 3a86842939..0a485cfc21 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-client" -version = "0.3.0" +version = "0.4.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/common/Cargo.toml b/common/Cargo.toml index 32410710a1..f24e52d3d5 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-common" -version = "0.3.0" +version = "0.4.0" authors = ["Joshua Barretto ", "Maciej Ćwięka ", "Imbris "] edition = "2018" diff --git a/server-cli/Cargo.toml b/server-cli/Cargo.toml index 0dcf7735a4..f590e8f5dd 100644 --- a/server-cli/Cargo.toml +++ b/server-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server-cli" -version = "0.3.0" +version = "0.4.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/server/Cargo.toml b/server/Cargo.toml index cc3276a2be..a18d3eaffb 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server" -version = "0.3.0" +version = "0.4.0" authors = ["Joshua Barretto "] edition = "2018" @@ -23,4 +23,4 @@ hashbrown = { version = "0.5.0", features = ["serde", "nightly"] } crossbeam = "0.7.2" prometheus = "0.7" prometheus-static-metric = "0.2" -rouille = "3.0.0" \ No newline at end of file +rouille = "3.0.0" diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index 6d1099350b..8cc8bacc97 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-voxygen" -version = "0.3.0" +version = "0.4.0" authors = ["Joshua Barretto ", "Imbris "] edition = "2018" default-run = "veloren-voxygen" diff --git a/world/Cargo.toml b/world/Cargo.toml index a558ec59c0..84cc850370 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-world" -version = "0.3.0" +version = "0.4.0" authors = ["Joshua Barretto "] edition = "2018"