From de9e18bba59f3192a6e4ca67c7bc962eff9836f7 Mon Sep 17 00:00:00 2001 From: LazeMSS Date: Thu, 26 Nov 2020 15:12:44 +0100 Subject: [PATCH] Fixed to real version 0.0.6 and fixed update --- octoprint_uicustomizer/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/octoprint_uicustomizer/__init__.py b/octoprint_uicustomizer/__init__.py index 4f841e8..8664544 100644 --- a/octoprint_uicustomizer/__init__.py +++ b/octoprint_uicustomizer/__init__.py @@ -69,7 +69,7 @@ def get_update_information(self): current=self._plugin_version, # update method: pip - pip="https://github.com/LazeMSS/OctoPrint-UICustomizer/archive/{target}.zip" + pip="https://github.com/LazeMSS/OctoPrint-UICustomizer/archive/{target_version}.zip" ) ) diff --git a/setup.py b/setup.py index 79b93f4..165f4b6 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "UI Customizer" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "0.0.9" +plugin_version = "0.0.6" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module