Update version

This commit is contained in:
Afonso Franco 2024-02-25 19:41:45 +00:00
parent d329b145a0
commit 4bcff4fee1
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -215,7 +215,7 @@ dependencies = [
[[package]] [[package]]
name = "toke-runner" name = "toke-runner"
version = "0.1.0" version = "0.1.2"
dependencies = [ dependencies = [
"clap", "clap",
"regex", "regex",

View file

@ -5,7 +5,7 @@ repository = "https://github.com/afonsofrancof/toke"
readme = "README.md" readme = "README.md"
keywords = ["cli", "toml", "command", "runner", "toke"] keywords = ["cli", "toml", "command", "runner", "toke"]
categories = ["command-line-utilities", "development-tools"] categories = ["command-line-utilities", "development-tools"]
version = "0.1.0" version = "0.1.2"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"