From 4d840945eb5cfc375ebf449c178fde28f3e4508a Mon Sep 17 00:00:00 2001 From: afonso Date: Sun, 25 Feb 2024 21:51:11 +0000 Subject: [PATCH] Update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d83ca2..dc2b422 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ dependencies = [ [[package]] name = "toke-runner" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", "regex", diff --git a/Cargo.toml b/Cargo.toml index 3328d38..8d81bbf 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.2" +version = "0.1.3" edition = "2021" license = "MIT"