diff --git a/Cargo.lock b/Cargo.lock index 5638869..5d36907 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,7 +194,7 @@ dependencies = [ [[package]] name = "stdrename" -version = "1.0.0" +version = "1.1.0" dependencies = [ "Inflector", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5fd69f8..37529e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stdrename" -version = "1.0.0" +version = "1.1.0" authors = ["Gabriel Lacroix "] edition = "2018" license = "AGPL-3.0-only" diff --git a/src/lib.rs b/src/lib.rs index d1c477a..58a7f3a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -28,7 +28,7 @@ pub struct Config { impl Config { pub fn new() -> Result> { let matches = App::new("stdrename") - .version("v1.0.0") + .version("v1.1.0") .author("Gabriel Lacroix ") .about("This small utility is designed to rename all files in a folder according to a specified naming convention (camelCase, snake_case, kebab-case, etc.).") .arg(