diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-18 19:01:12 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-18 19:01:12 +0200 |
| commit | 1b2ed18f9166347febfed1d3cbab6828d7a7ba99 (patch) | |
| tree | aff82dd81e3172bbe319926c07ea4828c2548784 | |
| parent | 323a4fa3c75794885199b580f266e436f6c646a2 (diff) | |
Update version
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | man/blog.1 | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ version = 4 [[package]] name = "blog" -version = "7.1.1" +version = "7.1.0" dependencies = [ "gema_texto", "serde", @@ -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." @@ -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 |