From 511aa2921d91e566af50ca2fe5ce70bd6a1ba98d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 Jan 2024 01:32:05 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/ShadowBlip/gamescope-dbus/compare/v1.2.0...v1.2.1) (2024-01-31) ### Bug Fixes * **XWayland:** use better method for detecting primary instance ([48f4d8e](https://github.com/ShadowBlip/gamescope-dbus/commit/48f4d8ef15447ce62c7b60bbe361a74b34228806)) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e136f1..369ab3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gamescope-dbus" -version = "1.2.0" +version = "1.2.1" edition = "2021" license = "GPL-3.0-or-later" description = "Daemon for interacting with Gamescope over DBus"