Skip to content

Commit b7b5e62

Browse files
committed
fix(Cargo.toml): version bump for cargo
1 parent 2449dd4 commit b7b5e62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bashdoc"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
authors = ["Dustin Knopoff <dustinknopoff@gmail.com>"]
55
description = """
66
A tool for generating documentation/help menu for user defined bash functions.

cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
about: 'Creates a "javadoc" like structure for bash. See github repo github.com/dustinknopoff/bashdoc for information on formatting.'
22
author: "Dustin Knopoff <dustinknopoff@gmail.com>"
33
name: bashdoc
4-
version: "0.4.7"
4+
version: "0.4.8"
55
args:
66
- color:
77
help: "toggles color"

0 commit comments

Comments
 (0)