From 1b2ed18f9166347febfed1d3cbab6828d7a7ba99 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 18 Jul 2025 19:01:12 +0200 Subject: Update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- man/blog.1 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 177c11b..48898c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "blog" -version = "7.1.1" +version = "7.1.0" dependencies = [ "gema_texto", "serde", diff --git a/Cargo.toml b/Cargo.toml index a8ec38a..9063530 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blog" -version = "7.1.1" +version = "7.1.0" edition = "2024" license = "AGPL-3.0-or-later" description = "Command line tool to author and manage a semi-ephemeralâ„¢ blog with a gemini archive." diff --git a/man/blog.1 b/man/blog.1 index 30a03c4..0b245b7 100644 --- a/man/blog.1 +++ b/man/blog.1 @@ -1,4 +1,4 @@ -.TH BLOG 1 "2024-03-12" "7.0.0" "Blog Manual" +.TH BLOG 1 "2025-07-18" "7.1.0" "Blog Manual" .SH NAME blog \- ephemeral blog authoring tool with gemini and gopher archive. .SH SYNOPSIS @@ -165,7 +165,7 @@ Any files inside the \fIstatic\fR directory of your blog data root (\fBXDG_DATA_HOME/blog\fR) will be copied as is. This is useful for any images, javascript files or stylesheets that you use in your posts or templates. .SH VERSION -.BR 7.0.0 +.BR 7.1.0 .SH HOMEPAGE .I https://r.bdr.sh/blog.html .SH AUTHORS -- cgit