Skip to content

Commit

Permalink
bump version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethjiang committed Dec 6, 2017
1 parent a0eea12 commit a173448
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion octoprint_slicer/static/js/octoprint_slicer.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -35302,7 +35302,7 @@ function isDev() {

if (!isDev() && typeof Raven !== 'undefined') {
Raven.config('https://[email protected]/141297', {
release: '1.3.3',
release: '1.3.4',
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();
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.3"
plugin_version = "1.3.4"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand Down
2 changes: 1 addition & 1 deletion src/slicer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function isDev() {

if ( ! isDev() && typeof(Raven) !== 'undefined' ) {
Raven.config('https://[email protected]/141297', {
release: '1.3.3',
release: '1.3.4',
ignoreErrors: [
"Failed to execute 'arc' on 'CanvasRenderingContext2D': The radius provided",
"Cannot read property 'highlightFill' of undefined",
Expand Down

0 comments on commit a173448

Please sign in to comment.