From 1393a5b95ebfe469d51c9bfe048246ea0b9d9547 Mon Sep 17 00:00:00 2001 From: Manuel McLure Date: Sat, 25 Sep 2021 22:03:56 -0700 Subject: [PATCH] Update version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 141af05..a4f485b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ plugin_identifier = "navbarclock" plugin_package = "octoprint_navbarclock" plugin_name = "Navbar Clock" -plugin_version = "1.1.2" +plugin_version = "1.1.4" plugin_description = """Adds a clock to the navbar""" plugin_author = "Manuel McLure" plugin_author_email = "manuel@mclure.org"