diff --git a/ahriman-core/package/share/man/man1/ahriman.1 b/ahriman-core/package/share/man/man1/ahriman.1 index 57dcd491..feae4ce1 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\-08\-18" "ahriman 2.22.0" "ArcH linux ReposItory MANager" +.TH AHRIMAN "1" "2026\-08\-18" "ahriman 2.22.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 928397cb..bcefade5 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.22.0" +__version__ = "2.22.1" diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index 9916f384..87038ea8 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -2,7 +2,7 @@ pkgbase='ahriman' pkgname=('ahriman' 'ahriman-core' 'ahriman-triggers' 'ahriman-web') -pkgver=2.22.0 +pkgver=2.22.1 pkgrel=1 pkgdesc="ArcH linux ReposItory MANager" arch=('any') diff --git a/frontend/package.json b/frontend/package.json index 6aff5cf0..81f9a383 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -39,5 +39,5 @@ "preview": "vite preview" }, "type": "module", - "version": "2.22.0" + "version": "2.22.1" }