diff --git a/Cargo.lock b/Cargo.lock index 095cc8d..3a2fd50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2610,7 +2610,7 @@ dependencies = [ [[package]] name = "webterm" -version = "0.3.4" +version = "0.3.5" dependencies = [ "actix", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index f4c04fc..2786330 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.3.4" +version = "0.3.5" authors = ["fabian.freyer@physik.tu-berlin.de","jasonpwitty+socktop@proton.me"] edition = "2021" license = "BSD-3-Clause"