Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadiguibou committed Aug 20, 2020
1 parent ca21e58 commit 156a16b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stdrename"
version = "1.0.0"
version = "1.1.0"
authors = ["Gabriel Lacroix <lacroixgabriel@gmail.com>"]
edition = "2018"
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub struct Config {
impl Config {
pub fn new() -> Result<Config, Box<dyn Error>> {
let matches = App::new("stdrename")
.version("v1.0.0")
.version("v1.1.0")
.author("Gabriel Lacroix <lacroixgabriel@gmail.com>")
.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(
Expand Down

0 comments on commit 156a16b

Please sign in to comment.