diff --git a/Cargo.lock b/Cargo.lock index 3cdbc45..6eafe53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2126,7 +2126,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "webterm" -version = "0.1.0" +version = "0.2.0" dependencies = [ "actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "actix-files 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4485fbf..1ead420 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://docs.rs/webterm" readme = "README.md" categories = ["web-programming", "web-programming::websocket", "web-programming::http-server", "command-line-utilities"] keywords = ["terminal", "xterm", "websocket", "terminus", "console"] -version = "0.1.0" +version = "0.2.0" authors = ["fabian.freyer@physik.tu-berlin.de"] edition = "2018" license = "BSD-3-Clause"