From 4bcff4fee1b2192236f35d708a24d1e0a9633271 Mon Sep 17 00:00:00 2001 From: afonso Date: Sun, 25 Feb 2024 19:41:45 +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 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"