From 3a19b866086a9c90bfce5a3268a9e4ab41d6ab26 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 May 2023 04:53:12 +0000 Subject: [PATCH] chore(release): 0.11.4 [skip ci] ## [0.11.4](https://github.com/ShadowBlip/OpenGamepadUI/compare/v0.11.3...v0.11.4) (2023-05-11) ### Bug Fixes * **logging:** Add LOG_LEVEL env var to set log level ([bba6882](https://github.com/ShadowBlip/OpenGamepadUI/commit/bba68822cc6631306e1846a2366f55e1c635067c)) * **logging:** pull shared functionality for log level from environment vars ([0f83b35](https://github.com/ShadowBlip/OpenGamepadUI/commit/0f83b3554a66f2dbd9afb3ecadf5eb9b98e5e902)) * **logging:** Remove extra print statements and do a case-insensitive match on log level ([b348d3c](https://github.com/ShadowBlip/OpenGamepadUI/commit/b348d3c794db5daac104edffb9f5e18f9be5d5b9)) --- 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 253dd5ff..15f93d6a 100644 --- a/core/global/version.tres +++ b/core/global/version.tres @@ -4,5 +4,5 @@ [resource] script = ExtResource("1_g72si") -core = "0.11.3" +core = "0.11.4" plugin_api = "1.0.0"