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