Skip to content

Commit 218e200

Browse files
authored
Fix a wrong version 0.4.4 in Cargo.toml (Should be 0.4.5) (#1435)
1 parent 3d55375 commit 218e200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
authors = [
55
"Mathieu David <mathieudavid@mathieudavid.org>",
66
"Michael-F-Bryan <michaelfbryan@gmail.com>",

0 commit comments

Comments
 (0)