File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ def get_update_information(self):
435435__plugin_name__ = "SimplyPrint Cloud"
436436__plugin_pythoncompat__ = ">=3.7,<4"
437437# Remember to bump the version in setup.py as well
438- __plugin_version__ = "4.2.1 "
438+ __plugin_version__ = "4.2.2 "
439439
440440
441441def __plugin_load__ ():
Original file line number Diff line number Diff line change 1414
1515# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
1616# Remember to bump the version in octoprint_simplyprint/__init__.py as well
17- plugin_version = "4.2.1 "
17+ plugin_version = "4.2.2 "
1818
1919# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020# module
You can’t perform that action at this time.
0 commit comments