diff options
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | man/page.1 | 4 | ||||
| -rw-r--r-- | test_utilities/Cargo.toml | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -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" @@ -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." @@ -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" |