diff --git a/README.md b/README.md index 2f77601..6230f46 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The Firmware Check plugin tries to identify printers or rather printer firmware disabled thermal runaway protection, or other kinds of severe issues, like known communication crippling bugs, and displays a warning box to logged in users on identification of such a firmware. -![Screenshot](extras/screenshot.png) +![Screenshot](https://raw.githubusercontent.com/OctoPrint/OctoPrint-FirmwareCheck/master/extras/screenshot.png) It was formerly called "Printer Safety Check" and used to be bundled with OctoPrint since version 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 diff --git a/setup.py b/setup.py index 52a3a7a..be9f32a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-FirmwareCheck" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "2020.03.25" +plugin_version = "2020.03.26" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module