From 9850dfc54e33c4ee651bb116d877eadf494d7ebf Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Fri, 21 Aug 2020 14:17:13 -0700 Subject: [PATCH] Update to 1.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6bd3504..b91bc9d 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ plugin_identifier = "polarcloud" plugin_package = "octoprint_polarcloud" plugin_name = "OctoPrint-PolarCloud" -plugin_version = "1.9" +plugin_version = "1.10" plugin_description = """Connects OctoPrint to the PolarCloud so you can easily monitor and control outside of your local network""" plugin_author = "Mark Walker" plugin_author_email = "markwal@hotmail.com"