Skip to content

Commit d509e06

Browse files
committed
Update version numbers where relevant
1 parent 7c06db1 commit d509e06

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.2.0"
3+
version = "1.3.0"
44
authors = ["Gabriel Lacroix <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub struct Config {
3131
impl Config {
3232
pub fn new() -> Result<Config, Box<dyn Error>> {
3333
let matches = App::new("stdrename")
34-
.version("v1.2.0")
34+
.version("v1.3.0")
3535
.author("Gabriel Lacroix <[email protected]>")
3636
.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.).")
3737
.usage("stdrename [FLAGS] <convention> [TARGET]")

0 commit comments

Comments
 (0)