build for 3.2.3

This commit is contained in:
Anton Lavrenov 2019-03-21 07:45:38 -05:00
parent 77afb0af22
commit 43e5b09d5d
3 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
}(this, function () { 'use strict'; }(this, function () { 'use strict';
/* /*
* Konva JavaScript Framework v3.2.2 * Konva JavaScript Framework v3.2.3
* http://konvajs.org/ * http://konvajs.org/
* Licensed under the MIT * Licensed under the MIT
* Date: Thu Mar 21 2019 * Date: Thu Mar 21 2019
@ -76,10 +76,10 @@
: {}; : {};
var Konva2; var Konva2;
(function (Konva2) { (function (Konva2) {
Konva2.version = '3.2.2'; Konva2.version = '3.2.3';
})(Konva2 || (Konva2 = {})); })(Konva2 || (Konva2 = {}));
var Konva = { var Konva = {
version: '3.2.2', version: '3.2.3',
isBrowser: detectBrowser(), isBrowser: detectBrowser(),
isUnminified: /comment/.test(function () { isUnminified: /comment/.test(function () {
/* comment */ /* comment */

4
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "konva", "name": "konva",
"version": "3.2.2", "version": "3.2.3",
"author": "Anton Lavrenov", "author": "Anton Lavrenov",
"files": [ "files": [
"README.md", "README.md",