Skip to content

Commit 3dc8db9

Browse files
committed
Updating the README apparently requires a new version
1 parent 79aba2e commit 3dc8db9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ structopt = "0.3.23"
5151
toml = "0.5.8"
5252

5353
# Preprocessors
54-
mdbook-backlinks = { path = "preprocessors/mdbook-backlinks", version = "0.2.6" }
55-
mdbook-frontmatter = { path = "preprocessors/mdbook-frontmatter", version = "0.0.3" }
56-
mdbook-readme = { path = "preprocessors/mdbook-readme", version = "0.0.3" }
54+
mdbook-backlinks = { path = "preprocessors/mdbook-backlinks", version = "0.2.7" }
55+
mdbook-frontmatter = { path = "preprocessors/mdbook-frontmatter", version = "0.0.4" }
56+
mdbook-readme = { path = "preprocessors/mdbook-readme", version = "0.0.4" }
5757
mdbook-wikilinks = { path = "preprocessors/mdbook-wikilinks", version = "0.4.0" }
5858

5959
# Feature: Search

preprocessors/mdbook-backlinks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
"Knut Magnus Aasrud <[email protected]>"
77
]
88
description = "A preprocessor for mdbook that automatically adds backlinks to each chapter."
9-
version = "0.2.6"
9+
version = "0.2.7"
1010
edition = "2018"
1111
license = "MIT"
1212
readme = "README.md"

preprocessors/mdbook-frontmatter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mdbook-frontmatter"
33
description = "Support for frontmatter on mdBook."
4-
version = "0.0.3"
4+
version = "0.0.4"
55
authors = [
66
"Victor Freire <[email protected]>",
77
"Leo Silva Souza <[email protected]>",

preprocessors/mdbook-readme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mdbook-readme"
33
description = "Preprocessor for converting file name `README.md` to `index.md`, and fix corresponding links."
4-
version = "0.0.3"
4+
version = "0.0.4"
55
authors = [
66
"Victor Freire <[email protected]>",
77
"Leo Silva Souza <[email protected]>",

0 commit comments

Comments
 (0)