diff --git a/Cargo.lock b/Cargo.lock index bcf82f3..942086d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "toolkit" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", "eyre", diff --git a/Cargo.toml b/Cargo.toml index 7054345..c0ff46e 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.2" +version = "0.1.3" edition = "2021" license-file = "LICENSE" authors = ["Kasper J. Hermansen contact@kjuulh.io"]