2 Commits
0.2.0 ... 0.2.1

Author SHA1 Message Date
b684644bbe Update setup.py 2015-09-08 08:17:01 +02:00
13dbf860f0 Added forgotten file 2015-09-08 08:05:45 +02:00
2 changed files with 3861 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@ plugin_package = "octoprint_%s" % plugin_identifier
plugin_name = "OctoPrint-CustomControlPlugin"
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
plugin_version = "0.2"
plugin_version = "0.2.1"
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module