Skip to content

Commit b77e6ea

Browse files
committed
chore: bump version in docs
1 parent 675d9bf commit b77e6ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = "die-exit"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = [
55
"moparisthebest <admin@moparisthebest.com>",
66
"Xavientois <joshua.rampersad@hotmail.com>",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ exit behaviour with a call to `panic!` in order to facilitate testing.
1616

1717
```toml
1818
[dependencies]
19-
die-exit = "0.4"
19+
die-exit = "0.5"
2020

2121
[dev-dependencies.die-exit]
22-
version = "0.4"
22+
version = "0.5"
2323
features = ["test", "red"]
2424
```
2525

0 commit comments

Comments
 (0)