summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-04-07 11:30:57 -0400
committerCara Salter <cara@devcara.com>2022-04-07 11:31:23 -0400
commite7cf09322988983b6a0f05116af92e538dbd391c (patch)
tree3ae6fcb7297e33b90add3120ee8e5a2f7843b06b /Cargo.toml
parent716f68afd8fd3db5c0285939840a3adee04dc0dc (diff)
downloadsite-e7cf09322988983b6a0f05116af92e538dbd391c.tar.gz
site-e7cf09322988983b6a0f05116af92e538dbd391c.zip
templates: Initial h-card and h-entry support
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 5c15097..b628da5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "site"
-version = "0.1.0"
+version = "0.2.0"
edition = "2021"
build = "src/build.rs"