From 8fddb24165be9807730b2637561eedc814303e0b Mon Sep 17 00:00:00 2001 From: "andy.boot" Date: Mon, 19 Jul 2021 14:09:21 +0100 Subject: [PATCH] Increment version --- Cargo.lock | 2 +- Cargo.toml | 2 +- ci/how2publish.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84b2ed75..d7424499 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "du-dust" -version = "0.6.0" +version = "0.6.1" dependencies = [ "ansi_term 0.12.1", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 08474af1..38b66566 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "du-dust" description = "A more intuitive version of du" -version = "0.6.0" +version = "0.6.1" authors = ["bootandy ", "nebkor "] edition = "2018" diff --git a/ci/how2publish.txt b/ci/how2publish.txt index 364cd8b3..482a68b3 100644 --- a/ci/how2publish.txt +++ b/ci/how2publish.txt @@ -1,6 +1,6 @@ # ----------- To do a release --------- # edit version in cargo.toml -# tag a commit and push (increment version first): +# tag a commit and push (increment version in Cargo.toml first): # git tag v0.4.5 # git push origin v0.4.5