Skip to content

Commit

Permalink
📝 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyBlaze committed Oct 18, 2017
1 parent d0efb24 commit 178d18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
plugin_identifier = "touchui"
plugin_package = "octoprint_touchui"
plugin_name = "TouchUI"
plugin_version = "0.3.9PR2"
plugin_version = "0.3.10"
plugin_description = """A touch friendly interface for a small TFT modules and or phones"""
plugin_author = "Paul de Vries"
plugin_author_email = "[email protected]"
Expand Down
3 changes: 1 addition & 2 deletions source/js/constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ TouchUI.prototype = {
canLoadAutomatically: ($("#loadsomethingsomethingdarkside").length > 0),
touchuiModal: $('#touchui_settings_dialog'),

whatsNew: ko.observable(false),
orderTab: ko.observable()
whatsNew: ko.observable(false)
},

core: {},
Expand Down

0 comments on commit 178d18f

Please sign in to comment.