Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
jonathanrobichaud4 committed Apr 8, 2022
1 parent 53b4f4d commit bb4a1f7
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_realemergencystop/__init__.py
Original file line number Diff line number Diff line change
@@ -188,7 +188,7 @@ def get_update_information(self):
__plugin_pythoncompat__ = ">=2.7,<4" # python 2 and 3

__plugin_name__ = "Real Emergency Stop"
__plugin_version__ = "0.1.52"
__plugin_version__ = "0.1.1"

def __plugin_check__():
try:
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
plugin_name = "Real Emergency stop"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.1.52"
plugin_version = "0.1.1"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module

0 comments on commit bb4a1f7

Please sign in to comment.