From a7112f15776acf47642f5e2a95e7c34e4788a6a1 Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Tue, 9 Jun 2026 15:04:32 +0200 Subject: [PATCH] chore: Release gpupaper version 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- aur/PKGBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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')