release: 0.2.0

This commit is contained in:
Fabian Freyer 2019-09-29 04:50:29 +02:00
parent c19801b7c7
commit 5a2095f403
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -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"