Skip to content

Commit 96a2d85

Browse files
authored
4.1.2
fix issue where restarting the same file doesn't work with auto start disabled
1 parent 1a4b890 commit 96a2d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_simplyprint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def get_update_information(self):
428428
__plugin_name__ = "SimplyPrint Cloud"
429429
__plugin_pythoncompat__ = ">=3.7,<4"
430430
# Remember to bump the version in setup.py as well
431-
__plugin_version__ = "4.1.1"
431+
__plugin_version__ = "4.1.2"
432432

433433

434434
def __plugin_load__():

0 commit comments

Comments
 (0)