Skip to content

Commit 2217d76

Browse files
committed
update to 0.9.3
1 parent 5baafee commit 2217d76

File tree

5 files changed

+22
-16
lines changed

5 files changed

+22
-16
lines changed

Cargo.lock

Lines changed: 17 additions & 11 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.2"
3+
version = "0.9.3"
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.2"
3+
version = "0.9.3"
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.1
3+
pkgver = 0.9.3
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.1
19+
source = git+https://github.com/devmobasa/wayscriber.git#tag=v0.9.3
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.2
3+
pkgver=0.9.3
44
pkgrel=1
55
pkgdesc='Screen annotation tool for Wayland compositors'
66
arch=('x86_64' 'aarch64')

0 commit comments

Comments
 (0)