summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kawano <tatsuya@hibaridb.org>2021-01-07 21:56:21 +0800
committerGitHub <noreply@github.com>2021-01-07 14:56:21 +0100
commit218e2001174a1151648b0e3909f2e1234000d4e0 (patch)
treeae552e03d0b009308faa5550f40e05772541d269
parent3d55375f618594d62707eab18b98d32c52b4c9b7 (diff)
Fix a wrong version 0.4.4 in Cargo.toml (Should be 0.4.5) (#1435)
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3d93abdf..a26997b9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -723,7 +723,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "mdbook"
-version = "0.4.4"
+version = "0.4.5"
dependencies = [
"ammonia",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index a014b807..613e545b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook"
-version = "0.4.4"
+version = "0.4.5"
authors = [
"Mathieu David <mathieudavid@mathieudavid.org>",
"Michael-F-Bryan <michaelfbryan@gmail.com>",