Skip to content

Commit 6f91242

Browse files
committed
Okay, so I had to change the version suddenly...
1 parent 8168b8f commit 6f91242

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ structopt = "0.3.23"
5454
toml = "0.5.8"
5555

5656
# Preprocessors
57-
mdbook-katex = { path = "preprocessors/mdbook-katex", version = "0.1.0" }
57+
mdbook-katex = { path = "preprocessors/mdbook-katex", version = "0.1.1" }
5858
mdbook-backlinks = { path = "preprocessors/mdbook-backlinks", version = "0.2.6" }
5959
mdbook-frontmatter = { path = "preprocessors/mdbook-frontmatter", version = "0.0.3" }
6060
mdbook-readme = { path = "preprocessors/mdbook-readme", version = "0.0.3" }

preprocessors/mdbook-katex/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "mdbook-katex"
33
authors = [
44
"Knut Magnus Aasrud <[email protected]>"
55
]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2018"
88

99
[dependencies]

0 commit comments

Comments
 (0)