Skip to content

Commit

Permalink
Fix update key as per request for plugins.octopring.org/#231
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-M committed Sep 18, 2018
1 parent aa8e91a commit 8a067ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions octoprint_filamentsensorng/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def sensor_callback(self, _):

def get_update_information(self):
return dict(
octoprint_filament=dict(
octoprint_filamentsensorng=dict(
displayName="Filament Sensor NG",
displayVersion=self._plugin_version,

Expand All @@ -171,7 +171,7 @@ def get_update_information(self):
)

__plugin_name__ = "Filament Sensor NG"
__plugin_version__ = "1.0.1"
__plugin_version__ = "1.0.2"

def __plugin_load__():
global __plugin_implementation__
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-FilamentSensor-ng"

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "1.0.1"
plugin_version = "1.0.2"

# 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 8a067ee

Please sign in to comment.