From 2990ddb752def8aa70ec6fe42a99eb1b171df6ac Mon Sep 17 00:00:00 2001 From: Kenneth Jiang Date: Mon, 18 Sep 2017 14:32:23 -0700 Subject: [PATCH] version 1.3.1 --- octoprint_slicer/static/js/octoprint_slicer.min.js | 2 +- setup.py | 2 +- src/slicer.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/octoprint_slicer/static/js/octoprint_slicer.min.js b/octoprint_slicer/static/js/octoprint_slicer.min.js index fbb4d99..69da157 100644 --- a/octoprint_slicer/static/js/octoprint_slicer.min.js +++ b/octoprint_slicer/static/js/octoprint_slicer.min.js @@ -33046,7 +33046,7 @@ function isDev() { if (!isDev() && typeof Raven !== 'undefined') { Raven.config('https://85bd9314656d40da9249aec5a32a2b52@sentry.io/141297', { - release: '1.3.0', + release: '1.3.1', ignoreErrors: ["Failed to execute 'arc' on 'CanvasRenderingContext2D': The radius provided", "Cannot read property 'highlightFill' of undefined", "Argument 1 of SVGMatrix.translate is not a finite floating-point value", /_jp.*is not a function/, "chrome is not defined", "You cannot apply bindings multiple times to the same element.", "SVG_MATRIX_NOT_INVERTABLE", "The index is not in the allowed range."] }).install(); } diff --git a/setup.py b/setup.py index ff8581c..18d1051 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_name = "OctoPrint-Slicer" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "1.3.0" +plugin_version = "1.3.1" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module diff --git a/src/slicer.js b/src/slicer.js index 8df2159..147d107 100644 --- a/src/slicer.js +++ b/src/slicer.js @@ -22,7 +22,7 @@ function isDev() { if ( ! isDev() && typeof(Raven) !== 'undefined' ) { Raven.config('https://85bd9314656d40da9249aec5a32a2b52@sentry.io/141297', { - release: '1.3.0', + release: '1.3.1', ignoreErrors: [ "Failed to execute 'arc' on 'CanvasRenderingContext2D': The radius provided", "Cannot read property 'highlightFill' of undefined",