Skip to content

Commit

Permalink
Fixed to real version 0.0.6 and fixed update
Browse files Browse the repository at this point in the history
  • Loading branch information
LazeMSS committed Nov 26, 2020
1 parent d7004c7 commit de9e18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_uicustomizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de9e18b

Please sign in to comment.