From 340ae85ad03ce8944a6c697e0af7b83e312ac270 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 15 Oct 2024 15:54:29 +0000 Subject: [PATCH] Increment Version to 1.1.1 --- ovos_plugin_common_play/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_plugin_common_play/version.py b/ovos_plugin_common_play/version.py index aa12d32..701585a 100644 --- a/ovos_plugin_common_play/version.py +++ b/ovos_plugin_common_play/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 1 VERSION_MINOR = 1 VERSION_BUILD = 1 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK