diff --git a/ChangeLog.md b/ChangeLog.md index 112408074..b947a33df 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -# 22.1 (tbd) +# 22.1 (2022-02-12) ## Bug Fixes * fix smaller bugs related to cleanup * add more device latency to unix build diff --git a/VERSION b/VERSION index 2b8b7b7ea..d9b314368 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -21.3 \ No newline at end of file +22.1 \ No newline at end of file diff --git a/contrib/alpine/APKBUILD b/contrib/alpine/APKBUILD index 329b29fc3..2bd01216d 100644 --- a/contrib/alpine/APKBUILD +++ b/contrib/alpine/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Tim # Maintainer: Tim pkgname=ebusd -pkgver=21.3 +pkgver=22.1 pkgrel=1 pkgdesc="ebusd, the daemon for communication with eBUS heating systems." url="https://github.com/john30/ebusd" diff --git a/contrib/archlinux/PKGBUILD b/contrib/archlinux/PKGBUILD index 1bbd5d1ce..21ee8d5e4 100644 --- a/contrib/archlinux/PKGBUILD +++ b/contrib/archlinux/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Milan Knizek # Usage: makepkg pkgname=ebusd -pkgver=21.3 +pkgver=22.1 pkgrel=1 pkgdesc="ebusd, the daemon for communication with eBUS heating systems." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/contrib/archlinux/PKGBUILD.git b/contrib/archlinux/PKGBUILD.git index 3d6c1e831..6da6111ab 100644 --- a/contrib/archlinux/PKGBUILD.git +++ b/contrib/archlinux/PKGBUILD.git @@ -3,7 +3,7 @@ # Usage: makepkg -p PKGBUILD.git pkgname=ebusd-git _gitname=ebusd -pkgver=21.3 +pkgver=22.1 pkgrel=1 pkgdesc="ebusd, the daemon for communication with eBUS heating systems." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')