Skip to content

Commit 170516a

Browse files
committed
update to match doc
1 parent 5c50466 commit 170516a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bashdoc"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Dustin Knopoff <dustinknopoff@gmail.com>"]
55
description = """
66
A tool for generating documentation/help menu for user defined bash functions.
@@ -12,7 +12,7 @@ readme = "README.md"
1212
keywords = ["bash", "docs"]
1313
categories = ["command-line-utilities", "parsing"]
1414
license = "MIT"
15-
exclude = ["example/**"]
15+
exclude = ["example/**", ".idea/**"]
1616

1717
[badges]
1818
maintenance = { status = "experimental" }

0 commit comments

Comments
 (0)