From 178d18f8be415816335dddfbc0899831a3ca98cf Mon Sep 17 00:00:00 2001 From: BillyBlaze Date: Wed, 18 Oct 2017 20:53:28 +0000 Subject: [PATCH] :memo: Bump version --- setup.py | 2 +- source/js/constructor.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 682b005d..6c1fe791 100644 --- a/setup.py +++ b/setup.py @@ -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 = "pablo+octoprint+touch+ui@aerosol.me" diff --git a/source/js/constructor.js b/source/js/constructor.js index 34e29b41..25ac14cb 100644 --- a/source/js/constructor.js +++ b/source/js/constructor.js @@ -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: {},