Skip to content

Commit

Permalink
Testing releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bootandy committed Feb 27, 2022
1 parent 2c6aaa4 commit 403f786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.0"
version = "0.8.1-alpha.1"
authors = ["bootandy <bootandy@gmail.com>", "nebkor <code@ardent.nebcorp.com>"]
edition = "2018"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions ci/how2publish.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# tag a commit and push (increment version in Cargo.toml first):
# git tag v0.4.5
# git push origin v0.4.5
# pre release notation: "0.8.1-alpha.1"

# cargo publish to put it in crates.io

Expand Down

0 comments on commit 403f786

Please sign in to comment.