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

2
Cargo.lock generated
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)",

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"

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