Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfairbanks committed May 8, 2021
1 parent d19b1db commit fdcd558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octoprint_NetworkHealth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def check_ping(self):


__plugin_name__ = "Network Health Monitor"
__plugin_version__ = "1.0.3"
__plugin_version__ = "1.0.4"
__plugin_description__ = "Monitors the health of the Network connection and restarts it if necessary"
__plugin_pythoncompat__ = ">=2.7,<4"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
plugin_identifier = "networkhealth"
plugin_package = "octoprint_NetworkHealth"
plugin_name = "OctoPrint-NetworkHealth"
plugin_version = "1.0.3"
plugin_version = "1.0.4"
plugin_description = """Monitors the health of the Network connection and restarts it if necessary"""
plugin_author = "Jon Fairbanks"
plugin_author_email = "jon@fairbanks.io"
Expand Down

0 comments on commit fdcd558

Please sign in to comment.