From d9a80491807862daeffcbe7ed6b34043eab33101 Mon Sep 17 00:00:00 2001 From: StefanCohen Date: Sat, 16 May 2020 11:32:10 +0100 Subject: [PATCH] fixed version number. Again... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93a47d8..2212c7e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ plugin_name = "OctoPrint-Dashboard" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.12.0" +plugin_version = "1.12.1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module