Skip to content

Commit 29ddc75

Browse files
committed
chore(version): bump for cargo
1 parent a69069c commit 29ddc75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bashdoc"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Dustin Knopoff <[email protected]>"]
55
description = """
66
A tool for generating documentation/help menu for user defined bash functions.

cli.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
about: 'Creates a "javadoc" like structure for bash. See github repo github.com/dustinknopoff/bashdoc for information on formatting.'
22
name: bashdoc
3-
version: "0.5.0"
3+
version: "0.5.1"
44
args:
55
- color:
66
help: "toggles color"

0 commit comments

Comments
 (0)