diff --git a/Cargo.toml b/Cargo.toml index 858be56..6d4729e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dancing_droid" -version = "0.1.0" +version = "0.3.1" authors = ["mhart ", "fiplox ", "EliasCubz "] edition = "2018" diff --git a/README.md b/README.md index 7281e83..dd00e27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DancingDroids v0.3.0 +# DancingDroids v0.3.1 When droids dance togethers diff --git a/src/main.rs b/src/main.rs index 4489af9..ae27df5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -196,7 +196,7 @@ fn display_grid( fn main() -> Result<(), Box> { // We handle CLI flags here. let matches = App::new("DancingDroids") - .version("0.3.0") + .version("0.3.1") .about("When droids dance togethers") .arg( Arg::with_name("file")