From c7ebd6350e6edb2221b32da48416b3b5ad6f8e7e Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 18 Dec 2022 23:09:00 +0100 Subject: [PATCH] chore(release) v0.1.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4017517..ef58710 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "toolkit" -version = "0.1.5" +version = "0.1.6" dependencies = [ "clap", "eyre", diff --git a/Cargo.toml b/Cargo.toml index 199dc05..c21046f 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.5" +version = "0.1.6" edition = "2021" license-file = "LICENSE" authors = ["Kasper J. Hermansen contact@kjuulh.io"]