Skip to content

Commit 94fb805

Browse files
committed
update to v0.9.6
1 parent 8130ba7 commit 94fb805

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayscriber"
3-
version = "0.9.5"
3+
version = "0.9.6"
44
edition = "2024"
55
description = "Screen annotation tool for Wayland compositors"
66
homepage = "https://wayscriber.com"

configurator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wayscriber-configurator"
3-
version = "0.9.5"
3+
version = "0.9.6"
44
edition = "2024"
55

66
[dependencies]

packaging/.SRCINFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = wayscriber
22
pkgdesc = Screen annotation tool for Wayland compositors
3-
pkgver = 0.9.5
3+
pkgver = 0.9.6
44
pkgrel = 1
55
url = https://wayscriber.com
66
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = wayscriber
1616
depends = wl-clipboard
1717
depends = grim
1818
depends = slurp
19-
source = git+https://github.com/devmobasa/wayscriber.git#tag=v0.9.5
19+
source = git+https://github.com/devmobasa/wayscriber.git#tag=v0.9.6
2020
source = wayscriber.desktop
2121
source = wayscriber-configurator.desktop
2222
source = icons/wayscriber-24.png

packaging/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: wayscriber maintainers <[email protected]>
22
pkgname=wayscriber
3-
pkgver=0.9.5
3+
pkgver=0.9.6
44
pkgrel=1
55
pkgdesc='Screen annotation tool for Wayland compositors'
66
arch=('x86_64' 'aarch64')

0 commit comments

Comments
 (0)