Skip to content

Commit 7e588ea

Browse files
committed
tag new version
1 parent e9d3c5f commit 7e588ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickstatic"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
edition = "2021"
55
license = "MIT/Apache-2.0"
66
description = "First static site generator build for [Djot](https://djot.net). Optimized for the actual content and not the themes or bells and wistle of the Static site generator"
@@ -9,8 +9,8 @@ description = "First static site generator build for [Djot](https://djot.net). O
99

1010
[dependencies]
1111
# djotters = { path = "../djotters" }
12-
djotters = "0.1.11"
13-
jotdown = "0.3.2"
12+
djotters = "0.1.13"
13+
# jotdown = "0.3.2"
1414
gray_matter = "0.2.6"
1515
eyre = "0.6.11"
1616
serde = "1.0.193"

0 commit comments

Comments
 (0)