@ -45,7 +45,7 @@ dependencies = [
[[package]]
name = "fumosay"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"clap",
]
@ -1,6 +1,6 @@
[package]
edition = "2018"
authors = ["Unbewohnte | Nikolay Kasyanov <https://github.com/Unbewohnte>"]
description = "Like cowsay, but with soft friends"
@ -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.2.0")
.version("0.3.0")
.author("Unbewohnte | Nikolay Kasyanov <https://github.com/Unbewohnte>")
.about("cowsay, but with soft friends")
.arg(