From 6571672df81b8a2e6aaac1f2df67522ed4ac516e Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Tue, 9 Jun 2026 15:14:27 +0200 Subject: [PATCH] chore: Release gpupaper version 0.1.2 --- 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 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')