diff --git a/Cargo.lock b/Cargo.lock index 3c3465f2..782c8453 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "dcpu-server" -version = "0.1.0" +version = "0.5.0" dependencies = [ "bytes 0.4.0-dev (git+https://github.com/carllerche/bytes)", "dcpu 0.4.0", diff --git a/Cargo.toml b/Cargo.toml index 1ff6813d..9b20c403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "LGPL-3.0" name = "dcpu" readme = "README.md" repository = "https://github.com/Yamakaky/dcpu" -version = "0.4.0" +version = "0.5.0" [features] default = ["bins", "debugger-cli", "glium", "old-device-id"]