From 98b6642e270314415c5710e9914049e140023fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 26 Mar 2020 16:41:17 +0100 Subject: [PATCH] New version 2020.3.26 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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