diff --git a/README.md b/README.md index ed752cf..43a85a0 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ If you need support for additional platform, please inform us and add such infor And be ready for testing. ## Change notes: -v 1.0 - added support for all platforms running under Armbian \ No newline at end of file +v 0.11 - added support for all platforms running under Armbian \ No newline at end of file diff --git a/octoprint_navbartemp/__init__.py b/octoprint_navbartemp/__init__.py index fbb1396..e3c1764 100644 --- a/octoprint_navbartemp/__init__.py +++ b/octoprint_navbartemp/__init__.py @@ -113,9 +113,9 @@ def get_update_information(self): ) -__plugin_name__ = "Navbar Temperature Plugin (ntoff mod)" -__plugin_author__ = "Jarek Szczepanski (modified by ntoff)" -__plugin_url__ = "https://github.com/ntoff/OctoPrint-NavbarTemp" +__plugin_name__ = "Navbar Temperature Plugin" +__plugin_author__ = "Jarek Szczepanski" +__plugin_url__ = "https://github.com/imrahil/OctoPrint-NavbarTemp" def __plugin_load__(): diff --git a/setup.py b/setup.py index aee49ba..d89183b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ plugin_identifier = "navbartemp" plugin_package = "octoprint_%s" % plugin_identifier plugin_name = "OctoPrint-NavbarTemp" -plugin_version = "1.0" +plugin_version = "0.11" plugin_description = "Displays temperatures on navbar" plugin_author = "Jarek Szczepanski" plugin_author_email = "imrahil@imrahil.com"