From a65b1972e8a9164902b744677719cc3e11ae2489 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Thu, 19 Aug 2021 13:12:37 +0300 Subject: [PATCH] New version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2cfae04..2e4b118 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "fumosay" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", ] diff --git a/Cargo.toml b/Cargo.toml index 1c07a5b..49b7ead 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fumosay" -version = "0.2.0" +version = "0.3.0" edition = "2018" authors = ["Unbewohnte | Nikolay Kasyanov "] description = "Like cowsay, but with soft friends" diff --git a/src/main.rs b/src/main.rs index 22c3ec3..79beaf8 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.2.0") + .version("0.3.0") .author("Unbewohnte | Nikolay Kasyanov ") .about("cowsay, but with soft friends") .arg(