From fd824c427c92bbdba22bc86942bcf6776cc444ec Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 4 Aug 2023 10:23:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/gfm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/gfm/Cargo.toml b/crates/gfm/Cargo.toml index 5f30829..c236bf5 100644 --- a/crates/gfm/Cargo.toml +++ b/crates/gfm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "markdown-it-gfm" -version = "0.0.0" +version = "0.1.0" description = "A markdown-it plugin for parsing definition lists" readme = "README.md" license = "Apache-2.0"