Skip to content

Commit 156a16b

Browse files
committed
Update version number
1 parent ca21e58 commit 156a16b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stdrename"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
authors = ["Gabriel Lacroix <[email protected]>"]
55
edition = "2018"
66
license = "AGPL-3.0-only"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub struct Config {
2828
impl Config {
2929
pub fn new() -> Result<Config, Box<dyn Error>> {
3030
let matches = App::new("stdrename")
31-
.version("v1.0.0")
31+
.version("v1.1.0")
3232
.author("Gabriel Lacroix <[email protected]>")
3333
.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.).")
3434
.arg(

0 commit comments

Comments
 (0)