Skip to content

Commit

Permalink
4.1.2
Browse files Browse the repository at this point in the history
fix issue where restarting the same file doesn't work with auto start disabled
  • Loading branch information
jneilliii authored Sep 29, 2023
1 parent 1a4b890 commit 96a2d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_simplyprint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def get_update_information(self):
__plugin_name__ = "SimplyPrint Cloud"
__plugin_pythoncompat__ = ">=3.7,<4"
# Remember to bump the version in setup.py as well
__plugin_version__ = "4.1.1"
__plugin_version__ = "4.1.2"


def __plugin_load__():
Expand Down

0 comments on commit 96a2d85

Please sign in to comment.