We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab5642 commit c4e4781Copy full SHA for c4e4781
2 files changed
βoctoprint_firmware_check/__init__.pyβ
@@ -116,7 +116,7 @@ def get_additional_permissions(self):
116
117
def get_update_information(self):
118
return dict(
119
- fixcbdfirmware=dict(
+ firmware_check=dict(
120
displayName="Firmware Check Plugin",
121
displayVersion=self._plugin_version,
122
βsetup.pyβ
@@ -14,7 +14,7 @@
14
plugin_name = "OctoPrint-FirmwareCheck"
15
16
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17
-plugin_version = "2020.03.27"
+plugin_version = "2020.06.22"
18
19
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
20
# module
0 commit comments