Skip to content

Commit 98b6642

Browse files
committed
New version 2020.3.26
1 parent c4d56e8 commit 98b6642

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Firmware Check plugin tries to identify printers or rather printer firmware
44
disabled thermal runaway protection, or other kinds of severe issues, like known communication crippling bugs, and
55
displays a warning box to logged in users on identification of such a firmware.
66

7-
![Screenshot](extras/screenshot.png)
7+
![Screenshot](https://raw.githubusercontent.com/OctoPrint/OctoPrint-FirmwareCheck/master/extras/screenshot.png)
88

99
It was formerly called "Printer Safety Check" and used to be bundled with OctoPrint since version
1010
1.3.7. It was unbundled in 1.4.1 and turned into an install dependency to allow for a separate release cycle. It is

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_name = "OctoPrint-FirmwareCheck"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17-
plugin_version = "2020.03.25"
17+
plugin_version = "2020.03.26"
1818

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

0 commit comments

Comments
 (0)