Skip to content

Commit

Permalink
Merge pull request #2 from jamesmccannon02/develop
Browse files Browse the repository at this point in the history
Fixed Bug
  • Loading branch information
CodingTheUnknown authored Feb 17, 2021
2 parents d55243e + ed53b4b commit 122e938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_TpLinkAutoShutdown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_assets(self):

def get_update_information(self):
return dict(
TpLinkAutoShutdown=dict(
TpLinkHandler=dict(
display_name="TpLinkHandler",
display_version=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-Tplinkautoshutdown"

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

# 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 122e938

Please sign in to comment.