diff --git a/ahriman-core/package/share/man/man1/ahriman.1 b/ahriman-core/package/share/man/man1/ahriman.1 index ec36177a..bea098a6 100644 --- a/ahriman-core/package/share/man/man1/ahriman.1 +++ b/ahriman-core/package/share/man/man1/ahriman.1 @@ -1,4 +1,4 @@ -.TH AHRIMAN "1" "2026\-07\-21" "ahriman 2.21.0" "ArcH linux ReposItory MANager" +.TH AHRIMAN "1" "2026\-07\-21" "ahriman 2.21.1" "ArcH linux ReposItory MANager" .SH NAME ahriman \- ArcH linux ReposItory MANager .SH SYNOPSIS diff --git a/ahriman-core/src/ahriman/__init__.py b/ahriman-core/src/ahriman/__init__.py index 0c6d15b7..2fa40cfd 100644 --- a/ahriman-core/src/ahriman/__init__.py +++ b/ahriman-core/src/ahriman/__init__.py @@ -17,4 +17,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -__version__ = "2.21.0" +__version__ = "2.21.1" diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 4d15f488..8a0fefc3 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -2,7 +2,7 @@ pkgbase='ahriman' pkgname=('ahriman' 'ahriman-core' 'ahriman-triggers' 'ahriman-web') -pkgver=2.21.0 +pkgver=2.21.1 pkgrel=1 pkgdesc="ArcH linux ReposItory MANager" arch=('any') diff --git a/frontend/package.json b/frontend/package.json index 554f77ab..75b76a6c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,5 +39,5 @@ "preview": "vite preview" }, "type": "module", - "version": "2.21.0" + "version": "2.21.1" }