From a2849226ce818ff096b2f781c0d5646e994b6f00 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 12 Jan 2023 07:32:05 +0100 Subject: [PATCH] chore(release) with args --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43e61be..355c46d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -737,7 +737,7 @@ dependencies = [ [[package]] name = "toolkit" -version = "0.1.10" +version = "0.1.14" dependencies = [ "clap", "eyre", diff --git a/Cargo.toml b/Cargo.toml index bead1fd..8063850 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "toolkit" description = "Toolkit is an opinionated toolkit complementing a personal development workflow. Many of the commands are quite verbose, and well suited for adding to your shell toolbelt" -version = "0.1.10" +version = "0.1.14" edition = "2021" license-file = "LICENSE" authors = ["Kasper J. Hermansen contact@kjuulh.io"]