Skip to content

Commit

Permalink
Merge pull request #41 from Cosik/feature/armbian-support
Browse files Browse the repository at this point in the history
Fixed version, regarding to missmatch on git
  • Loading branch information
imrahil authored Oct 15, 2018
2 parents ff08d0f + c686a20 commit 457cd0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
v 0.11 - added support for all platforms running under Armbian
6 changes: 3 additions & 3 deletions octoprint_navbartemp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 457cd0e

Please sign in to comment.