Skip to content

Commit 457cd0e

Browse files
authored
Merge pull request #41 from Cosik/feature/armbian-support
Fixed version, regarding to missmatch on git
2 parents ff08d0f + c686a20 commit 457cd0e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ If you need support for additional platform, please inform us and add such infor
1515
And be ready for testing.
1616

1717
## Change notes:
18-
v 1.0 - added support for all platforms running under Armbian
18+
v 0.11 - added support for all platforms running under Armbian

octoprint_navbartemp/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ def get_update_information(self):
113113
)
114114

115115

116-
__plugin_name__ = "Navbar Temperature Plugin (ntoff mod)"
117-
__plugin_author__ = "Jarek Szczepanski (modified by ntoff)"
118-
__plugin_url__ = "https://github.com/ntoff/OctoPrint-NavbarTemp"
116+
__plugin_name__ = "Navbar Temperature Plugin"
117+
__plugin_author__ = "Jarek Szczepanski"
118+
__plugin_url__ = "https://github.com/imrahil/OctoPrint-NavbarTemp"
119119

120120

121121
def __plugin_load__():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
plugin_identifier = "navbartemp"
77
plugin_package = "octoprint_%s" % plugin_identifier
88
plugin_name = "OctoPrint-NavbarTemp"
9-
plugin_version = "1.0"
9+
plugin_version = "0.11"
1010
plugin_description = "Displays temperatures on navbar"
1111
plugin_author = "Jarek Szczepanski"
1212
plugin_author_email = "imrahil@imrahil.com"

0 commit comments

Comments
 (0)