Skip to content

Commit 0889246

Browse files
authored
Update man page with new version number (#303)
1 parent 21d9f5d commit 0889246

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ pr: push
9393

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

9998
publish: publish-check
99+
git branch | grep '* master'
100100
git tag -a {{version}} -m 'Release {{version}}'
101101
git push github {{version}}
102102
cargo publish

man/imdl.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
2-
.TH IMDL "1" "March 2020" "imdl v0.1.0" "IMDL MANUAL"
2+
.TH IMDL "1" "March 2020" "imdl v0.1.1" "IMDL MANUAL"
33
.SH NAME
44
imdl \- BitTorrent metainfo utility
55
.SH DESCRIPTION
6-
imdl v0.1.0
6+
imdl v0.1.1
77
Casey Rodarmor <casey@rodarmor.com>
88

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

0 commit comments

Comments
 (0)