From e26d1da40e42ccb8e62c57a41fee2607d75812a3 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 1 Oct 2025 22:18:28 +0200 Subject: Use XDG_CACHE_HOME for output. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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." -- cgit