diff --git a/Cargo.lock b/Cargo.lock index 3c872e0..3d83ca2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ dependencies = [ [[package]] name = "toke-runner" -version = "0.1.0" +version = "0.1.2" dependencies = [ "clap", "regex", diff --git a/Cargo.toml b/Cargo.toml index 04ba4e7..3328d38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/afonsofrancof/toke" readme = "README.md" keywords = ["cli", "toml", "command", "runner", "toke"] categories = ["command-line-utilities", "development-tools"] -version = "0.1.0" +version = "0.1.2" edition = "2021" license = "MIT"