aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-10-01 22:18:28 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-10-01 22:18:28 +0200
commite26d1da40e42ccb8e62c57a41fee2607d75812a3 (patch)
tree10fbe10df735215aa1f4e655c979bc6f30696274 /Cargo.toml
parent2ea9dc0ea11c3fa6aeb8768537c3b48c67881d7a (diff)
Use XDG_CACHE_HOME for output.
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 f57f13e..0cb0796 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "page"
-version = "1.5.0"
+version = "2.0.0"
edition = "2024"
license = "AGPL-3.0-or-later"
description = "Command line tool to generate a static website and gemini capsule from a directory with gemtext."