diff --git a/Cargo.lock b/Cargo.lock index 0a2cbea..91f690d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,7 +473,7 @@ dependencies = [ [[package]] name = "gpupaper" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index e1d4f1c..7259266 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpupaper" -version = "0.1.1" +version = "0.1.2" edition = "2021" [[bin]] diff --git a/aur/PKGBUILD b/aur/PKGBUILD index e10785d..5418183 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bendik Aagaard Lynghaug pkgname=gpupaper -pkgver=0.1.1 +pkgver=0.1.2 pkgrel=1 pkgdesc="Wayland layer-surface wallpaper runner powered by GLSL/WGSL fragment shaders (wgpu)" arch=('x86_64' 'aarch64')