Skip to content

Commit a3908a6

Browse files
committed
Fix typo but better
1 parent d54710d commit a3908a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "colored-diff"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Christopher Durham <[email protected]>"]
55

66
license = "MIT OR Unlicense"
@@ -15,7 +15,7 @@ exclude = ["/.github/**/*", "/.idea/**/*", "/colored-diff.iml"]
1515
[badges]
1616
is-it-maintained-issue-resolution = { repository = "https://github.com/CAD97/colored-diff" }
1717
is-it-maintained-open-issues = { repository = "https://github.com/CAD97/colored-diff" }
18-
maintenace = { status = "passively-maintained" }
18+
maintenance = { status = "passively-maintained" }
1919

2020
[dependencies]
2121
difference = "2.0.0"

0 commit comments

Comments
 (0)