build for 3.2.0

This commit is contained in:
Anton Lavrenov 2019-03-10 12:41:19 -05:00
parent 382e39d009
commit 6e31410aa8
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.1.7 * Konva JavaScript Framework v3.2.0
* http://konvajs.org/ * http://konvajs.org/
* Licensed under the MIT * Licensed under the MIT
* Date: Sun Mar 10 2019 * Date: Sun Mar 10 2019
@ -76,10 +76,10 @@
: {}; : {};
var Konva2; var Konva2;
(function (Konva2) { (function (Konva2) {
Konva2.version = '3.1.7'; Konva2.version = '3.2.0';
})(Konva2 || (Konva2 = {})); })(Konva2 || (Konva2 = {}));
var Konva = { var Konva = {
version: '3.1.7', version: '3.2.0',
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.1.7", "version": "3.2.0",
"author": "Anton Lavrenov", "author": "Anton Lavrenov",
"files": [ "files": [
"README.md", "README.md",