From: Ruben Beltran del Rio Date: Sat, 4 Jan 2025 22:48:03 +0000 (+0100) Subject: Bump version X-Git-Tag: 1.4.1 X-Git-Url: https://git.r.bdr.sh/rbdr/page/commitdiff_plain/f08e8d64dce087201089d2b3276b3dfcdb000173?hp=4d946aebe3f70ad18e235d68474b6d489757c927 Bump version --- diff --git a/Cargo.lock b/Cargo.lock index 8d45daf..d59d9b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "4056ce8c83e74c7f51c4676baea6ac2f2dc508b69d018260b56ed1d618de09e3" [[package]] name = "page" -version = "1.4.0" +version = "1.4.1" dependencies = [ "gema_texto", "test_utilities", @@ -18,4 +18,4 @@ dependencies = [ [[package]] name = "test_utilities" -version = "1.4.0" +version = "1.4.1" diff --git a/Cargo.toml b/Cargo.toml index 529955a..efe1d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "page" -version = "1.4.0" +version = "1.4.1" edition = "2021" license = "AGPL-3.0-or-later" description = "Command line tool to generate a static website and gemini capsule from a directory with gemtext." diff --git a/man/page.1 b/man/page.1 index 501785d..172c963 100644 --- a/man/page.1 +++ b/man/page.1 @@ -1,4 +1,4 @@ -.TH PAGE 1 "2024-03-13" "1.4.0" "Page Manual" +.TH PAGE 1 "2024-03-13" "1.4.1" "Page Manual" .SH NAME page \- gemtext based static website generation tool for gemini and http. .SH SYNOPSIS @@ -86,7 +86,7 @@ For example: Any file that isn't gemtext or the layout will be copied as-is. This includes hidden files! The only ones that are excluded are .git and .gitignore. .SH VERSION -.BR 1.4.0 +.BR 1.4.1 .SH HOMEPAGE .I https://r.bdr.sh/page.html .SH AUTHORS diff --git a/test_utilities/Cargo.toml b/test_utilities/Cargo.toml index c8a753f..cb8e30c 100644 --- a/test_utilities/Cargo.toml +++ b/test_utilities/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utilities" -version = "1.4.0" +version = "1.4.1" edition = "2021" license = "AGPL-3.0-or-later" description = "Shared test utilities for page"