Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
bootandy committed Jan 29, 2023
1 parent 7efdf63 commit 49a21b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "du-dust"
description = "A more intuitive version of du"
version = "0.8.3"
version = "0.8.4"
authors = ["bootandy <[email protected]>", "nebkor <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down
4 changes: 4 additions & 0 deletions ci/how2publish.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# ----------- To do a release ---------
# Compare times of runs to check no drastic slow down:
# time target/release/dust ~/dev
# time dust ~dev

# edit version in cargo.toml
# tag a commit and push (increment version in Cargo.toml first):
# git tag v0.4.5
Expand Down
4 changes: 2 additions & 2 deletions man-page/dust.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH Dust 1 "Dust 0.8.3"
.TH Dust 1 "Dust 0.8.4"
.SH NAME
Dust \- Like du but more intuitive
.SH SYNOPSIS
Expand Down Expand Up @@ -87,4 +87,4 @@ Only files will be displayed. (Finds your largest files)
[\fIinputs\fR]

.SH VERSION
v0.8.3
v0.8.4

0 comments on commit 49a21b1

Please sign in to comment.