diff --git a/Cargo.lock b/Cargo.lock index a1c41a04a2..bc77bcf9f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2879,29 +2879,29 @@ dependencies = [ [[package]] name = "veloren-chat-cli" -version = "0.2.0" +version = "0.3.0" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-client 0.2.0", - "veloren-common 0.2.0", + "veloren-client 0.3.0", + "veloren-common 0.3.0", ] [[package]] name = "veloren-client" -version = "0.2.0" +version = "0.3.0" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "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.8 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-common 0.2.0", + "veloren-common 0.3.0", ] [[package]] name = "veloren-common" -version = "0.2.0" +version = "0.3.0" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "dot_vox 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2926,7 +2926,7 @@ dependencies = [ [[package]] name = "veloren-server" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2939,24 +2939,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.8 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-common 0.2.0", - "veloren-world 0.2.0", + "veloren-common 0.3.0", + "veloren-world 0.3.0", ] [[package]] name = "veloren-server-cli" -version = "0.2.0" +version = "0.3.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.0 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-common 0.2.0", - "veloren-server 0.2.0", + "veloren-common 0.3.0", + "veloren-server 0.3.0", ] [[package]] name = "veloren-voxygen" -version = "0.2.0" +version = "0.3.0" dependencies = [ "backtrace 0.3.33 (registry+https://github.com/rust-lang/crates.io-index)", "conrod_core 0.63.0 (git+https://gitlab.com/veloren/conrod.git)", @@ -2991,15 +2991,15 @@ 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.8 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-client 0.2.0", - "veloren-common 0.2.0", - "veloren-server 0.2.0", + "veloren-client 0.3.0", + "veloren-common 0.3.0", + "veloren-server 0.3.0", "winit 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "veloren-world" -version = "0.2.0" +version = "0.3.0" dependencies = [ "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3008,7 +3008,7 @@ dependencies = [ "rand 0.7.0 (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.8 (registry+https://github.com/rust-lang/crates.io-index)", - "veloren-common 0.2.0", + "veloren-common 0.3.0", ] [[package]] diff --git a/chat-cli/Cargo.toml b/chat-cli/Cargo.toml index 87768dfbaf..8231cdbade 100644 --- a/chat-cli/Cargo.toml +++ b/chat-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-chat-cli" -version = "0.2.0" +version = "0.3.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/client/Cargo.toml b/client/Cargo.toml index ef9eca41ba..8ea392a195 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-client" -version = "0.2.0" +version = "0.3.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/common/Cargo.toml b/common/Cargo.toml index 46169db8a7..77a64965b6 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-common" -version = "0.2.0" +version = "0.3.0" authors = ["Joshua Barretto ", "Maciej Ćwięka "] edition = "2018" diff --git a/server-cli/Cargo.toml b/server-cli/Cargo.toml index a8dd67884d..0dcf7735a4 100644 --- a/server-cli/Cargo.toml +++ b/server-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server-cli" -version = "0.2.0" +version = "0.3.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/server/Cargo.toml b/server/Cargo.toml index 114c030dc3..9b9812dcf9 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-server" -version = "0.2.0" +version = "0.3.0" authors = ["Joshua Barretto "] edition = "2018" diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index 312bedde87..e18b498831 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-voxygen" -version = "0.2.0" +version = "0.3.0" authors = ["Joshua Barretto "] edition = "2018" default-run = "veloren-voxygen" diff --git a/world/Cargo.toml b/world/Cargo.toml index 80ca1726bd..f31d0f1e43 100644 --- a/world/Cargo.toml +++ b/world/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "veloren-world" -version = "0.2.0" +version = "0.3.0" authors = ["Joshua Barretto "] edition = "2018"