diff --git a/Cargo.toml b/Cargo.toml index 54292de..a2286b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fumosay" -version = "0.4.0" +version = "0.4.1" edition = "2018" authors = ["Unbewohnte | Nikolay Kasyanov "] description = "Like cowsay, but with soft friends" diff --git a/src/main.rs b/src/main.rs index 4b7f193..ae53b3c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -22,7 +22,7 @@ fn process_message(fumofile_contents: &mut String, message: &str) -> String { fn main() { // get command line arguments let matches = App::new("fumosay") - .version("0.4.0") + .version("0.4.1") .author("Unbewohnte | Nikolay Kasyanov ") .about("cowsay, but with soft friends") .arg(