From e139bde971b349ce2ab0f3a2c0e1d031687b47e9 Mon Sep 17 00:00:00 2001 From: perryrh0dan Date: Sat, 30 Jan 2021 09:38:51 +0100 Subject: [PATCH] fix(version): increment version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ef9e76..1580cb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1593,7 +1593,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "tmpo" -version = "2.0.4" +version = "2.0.5" dependencies = [ "assert_cmd 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8e72d9c..0fffdf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tmpo" description = "Command line utility to create new workspaces based on predefined templates" -version = "2.0.4" +version = "2.0.5" authors = ["Thomas Pöhlmann "] edition = "2018" license = "MIT"