Skip to content

Commit

Permalink
Update man page with new version number
Browse files Browse the repository at this point in the history
type: documentation
  • Loading branch information
casey committed Apr 8, 2020
1 parent 93c23d2 commit a5e1273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ pr: push

publish-check: check check-man
cargo outdated --exit-code 1
git branch | grep '* master'
grep {{version}} CHANGELOG.md

publish: publish-check
git branch | grep '* master'
git tag -a {{version}} -m 'Release {{version}}'
git push github {{version}}
cargo publish
Expand Down
4 changes: 2 additions & 2 deletions man/imdl.1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH IMDL "1" "March 2020" "imdl v0.1.0" "IMDL MANUAL"
.TH IMDL "1" "March 2020" "imdl v0.1.1" "IMDL MANUAL"
.SH NAME
imdl \- BitTorrent metainfo utility
.SH DESCRIPTION
imdl v0.1.0
imdl v0.1.1
Casey Rodarmor <casey@rodarmor.com>

A 40' shipping container for the internet \- https://github.com/casey/intermodal
Expand Down

0 comments on commit a5e1273

Please sign in to comment.