Skip to content

Commit

Permalink
🐛 Fix identifier reported in softwareupdate hook
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Jun 22, 2020
1 parent bab5642 commit c4e4781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_firmware_check/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def get_additional_permissions(self):

def get_update_information(self):
return dict(
fixcbdfirmware=dict(
firmware_check=dict(
displayName="Firmware Check Plugin",
displayVersion=self._plugin_version,

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.27"
plugin_version = "2020.06.22"

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

0 comments on commit c4e4781

Please sign in to comment.