From 388d291e82ffbc73be18169d39470f340707edaa Mon Sep 17 00:00:00 2001 From: Shawn Wallace Date: Mon, 18 Aug 2025 00:24:57 -0400 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2745353..88cbad3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1197,7 +1197,7 @@ checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" [[package]] name = "xwayland-satellite" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "bitflags 2.9.1", diff --git a/Cargo.toml b/Cargo.toml index 6a875f8..44a02cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ all = "deny" [package] name = "xwayland-satellite" -version = "0.6.0" +version = "0.7.0" edition = "2021" [lints]