Browse Source

Changed version number

main 0.4.1
Unbewohnte 3 years ago
parent
commit
3efcd5f658
  1. 2
      Cargo.toml
  2. 2
      src/main.rs

2
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "fumosay"
version = "0.4.0"
version = "0.4.1"
edition = "2018"
authors = ["Unbewohnte | Nikolay Kasyanov <https://github.com/Unbewohnte>"]
description = "Like cowsay, but with soft friends"

2
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 <https://github.com/Unbewohnte>")
.about("cowsay, but with soft friends")
.arg(

Loading…
Cancel
Save