From b007184a4e8cb714a1d1121790b9e91a0a107cf0 Mon Sep 17 00:00:00 2001 From: Bendik Aagaard Lynghaug Date: Sat, 8 Aug 2026 23:05:51 +0200 Subject: [PATCH] chore: Release gpupaper version 0.1.3 --- 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 91f690d..ee879e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,7 +473,7 @@ dependencies = [ [[package]] name = "gpupaper" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index 7259266..8542cf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gpupaper" -version = "0.1.2" +version = "0.1.3" edition = "2021" [[bin]] diff --git a/aur/PKGBUILD b/aur/PKGBUILD index 5418183..7505407 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bendik Aagaard Lynghaug pkgname=gpupaper -pkgver=0.1.2 +pkgver=0.1.3 pkgrel=1 pkgdesc="Wayland layer-surface wallpaper runner powered by GLSL/WGSL fragment shaders (wgpu)" arch=('x86_64' 'aarch64')