From 7992ec95d9ea802f2e8827f57f1ec99865f0d8f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 May 2023 17:30:02 +0000 Subject: [PATCH] chore(release): 0.10.0 [skip ci] # [0.10.0](https://github.com/ShadowBlip/OpenGamepadUI/compare/v0.9.9...v0.10.0) (2023-05-07) ### Features * **card:** add card and cardui home ([e446e1d](https://github.com/ShadowBlip/OpenGamepadUI/commit/e446e1d903b44e7a6f130a1f377cfb93e9a2de05)) * **FocusGroup:** add focus group, stack, and setter for better focus management ([2c90922](https://github.com/ShadowBlip/OpenGamepadUI/commit/2c909228816116232fb02c10660cfa09e68c2d39)) --- 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 ea35cc4f..98283b74 100644 --- a/core/global/version.tres +++ b/core/global/version.tres @@ -4,5 +4,5 @@ [resource] script = ExtResource("1_g72si") -core = "0.9.9" +core = "0.10.0" plugin_api = "1.0.0"