diff --git a/.SRCINFO b/.SRCINFO index 64bfacdaf568..d26ded97dc6a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = n8n pkgdesc = Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services. - pkgver = 2.0.3 - pkgrel = 2 + pkgver = 2.1.4 + pkgrel = 1 url = https://n8n.io arch = x86_64 license = custom:Sustainable Use License diff --git a/PKGBUILD b/PKGBUILD index 9cc52ef804f6..f5c47452a2b4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: devome pkgname="n8n" -pkgver=2.0.3 -pkgrel=2 +pkgver=2.1.4 +pkgrel=1 pkgdesc="Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services." arch=('x86_64') url="https://n8n.io"