aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-21 15:47:00 +0000
committerFuwn <[email protected]>2024-06-21 15:47:00 +0000
commit1f6a37f743ee1d093b80a580c84d1f70277f924d (patch)
tree4025e9c739221f8e2fb96793ed1e9d6444399902 /Cargo.toml
parentfix(ast): parse preformatted gemtext as preformatted content (diff)
downloadgerm-0.4.3.tar.xz
germ-0.4.3.zip
fix(ast): optional whitespace following heading markersv0.4.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4e2bed9..bcb6e42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "germ"
-version = "0.4.2"
+version = "0.4.3"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "The Ultimate Gemini Toolkit."