diff --git a/Cargo.lock b/Cargo.lock index d77524e..7e213b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2193,7 +2193,7 @@ dependencies = [ [[package]] name = "torchbear" -version = "0.3.0" +version = "0.4.1" dependencies = [ "actix 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", "actix-lua 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 41cf071..dc6d7a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "torchbear" description = "network application framework" -version = "0.4.0" +version = "0.4.1" authors = ["Mitchell Tannenbaum "] repository = "https://github.com/foundpatterns/torchbear" readme = "Readme.md" diff --git a/src/main.rs b/src/main.rs index e1c8fde..72e19b5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,7 +6,7 @@ use clap::{Arg, App as ClapApp}; fn main() { let matches = ClapApp::new("torchbear") - .version("0.4.0") + .version("0.4.1") .author("Mitchell Tannenbaum ") .about("TorchBear Application Framework") .arg(Arg::with_name("log")