Skip to content

Commit bd777a9

Browse files
committed
🚀 Release
1 parent 4352308 commit bd777a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/autolink/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markdown-it-autolink"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "A markdown-it plugin for parsing GFM autolinks"
55
readme = "README.md"
66
license = "Apache-2.0"
@@ -14,7 +14,7 @@ edition = { workspace = true }
1414

1515
[dependencies]
1616
markdown-it = { workspace = true }
17-
gfm-autolinks = { path = "../gfm-autolinks", version = "0.1" }
17+
gfm-autolinks = { path = "../gfm-autolinks", version = "0.2" }
1818

1919
[dev-dependencies]
2020
dev = { path = "../dev" }

crates/gfm-autolinks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gfm-autolinks"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Parse GitHub Flavored Markdown autolinks"
55
readme = "README.md"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)