Skip to content

Commit c4e4781

Browse files
committed
πŸ› Fix identifier reported in softwareupdate hook
1 parent bab5642 commit c4e4781

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žoctoprint_firmware_check/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def get_additional_permissions(self):
116116

117117
def get_update_information(self):
118118
return dict(
119-
fixcbdfirmware=dict(
119+
firmware_check=dict(
120120
displayName="Firmware Check Plugin",
121121
displayVersion=self._plugin_version,
122122

β€Ž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.27"
17+
plugin_version = "2020.06.22"
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)