Skip to content

Commit

Permalink
Update version number in relevant places
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadiguibou committed Oct 17, 2020
1 parent 8013114 commit 874a2c7
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.1.0"
version = "1.2.0"
authors = ["Gabriel Lacroix <lacroixgabriel@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub struct Config {
impl Config {
pub fn new() -> Result<Config, Box<dyn Error>> {
let matches = App::new("stdrename")
.version("v1.1.0")
.version("v1.2.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.).")
.usage("stdrename [FLAGS] <convention> [TARGET]")
Expand Down

0 comments on commit 874a2c7

Please sign in to comment.