From fdcd5587635411f175901e716ecc4cdd4752f96b Mon Sep 17 00:00:00 2001 From: Jon Fairbanks Date: Fri, 7 May 2021 17:51:26 -0700 Subject: [PATCH] Version Bump --- octoprint_NetworkHealth/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/octoprint_NetworkHealth/__init__.py b/octoprint_NetworkHealth/__init__.py index 1cb0ffd..35ef7ec 100644 --- a/octoprint_NetworkHealth/__init__.py +++ b/octoprint_NetworkHealth/__init__.py @@ -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" diff --git a/setup.py b/setup.py index ae30e6e..cd429d9 100644 --- a/setup.py +++ b/setup.py @@ -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"