From 77f4214c5cec8f8528e1f0c33638f8f50528da42 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Oct 2023 03:39:46 +0000 Subject: [PATCH] chore(release): 0.27.1 [skip ci] ## [0.27.1](https://github.com/ShadowBlip/OpenGamepadUI/compare/v0.27.0...v0.27.1) (2023-10-25) ### Bug Fixes * **ManagedGamepad:** Fix using Steam chords in overlay mode. ([ff0eea9](https://github.com/ShadowBlip/OpenGamepadUI/commit/ff0eea9127bb1c2048115c50a0d9a9f7e62bd624)) * **Reaper:** use subreaper to spawn processes for better process discovery ([a1707a0](https://github.com/ShadowBlip/OpenGamepadUI/commit/a1707a09167241b2bbcca5e33cad3ba2edeaedcd)) --- core/global/version.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/global/version.tres b/core/global/version.tres index 477bcc0b..f687e048 100644 --- a/core/global/version.tres +++ b/core/global/version.tres @@ -4,5 +4,5 @@ [resource] script = ExtResource("1_g72si") -core = "0.27.0" +core = "0.27.1" plugin_api = "1.0.0"