Increment version for new release

This commit is contained in:
andy.boot
2020-09-03 21:58:27 +01:00
parent 53af0d486d
commit 2319c3032f
3 changed files with 3 additions and 2 deletions
Generated
+1 -1
View File
@@ -114,7 +114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "du-dust"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "du-dust"
description = "A more intuitive version of du"
version = "0.5.2"
version = "0.5.3"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2018"
+1
View File
@@ -1,4 +1,5 @@
# ----------- To do a release ---------
# edit version in cargo.toml
# tag a commit and push:
# git tag v0.4.5
# git push origin v0.4.5