diff --git a/Cargo.lock b/Cargo.lock index 63e2b61..fc79304 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ dependencies = [ [[package]] name = "cnats" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "async-nats", diff --git a/Cargo.toml b/Cargo.toml index 6ab2467..19f83ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cnats" -version = "0.2.1" +version = "0.2.2" edition = "2021" [lib] diff --git a/aur/PKGBUILD b/aur/PKGBUILD index 0adecb4..bbea349 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bendik Aagaard Lynghaug pkgname=cnats -pkgver=0.2.1 +pkgver=0.2.2 pkgrel=1 pkgdesc="Web chat over NATS subjects with Kanidm SSO (Leptos SSR)" arch=('x86_64' 'aarch64')