build for 3.2.2

This commit is contained in:
Anton Lavrenov 2019-03-19 18:20:05 -05:00
parent 706758ecd7
commit 0aa414a477
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.1 * Konva JavaScript Framework v3.2.2
* http://konvajs.org/ * http://konvajs.org/
* Licensed under the MIT * Licensed under the MIT
* Date: Tue Mar 19 2019 * Date: Tue Mar 19 2019
@ -76,10 +76,10 @@
: {}; : {};
var Konva2; var Konva2;
(function (Konva2) { (function (Konva2) {
Konva2.version = '3.2.1'; Konva2.version = '3.2.2';
})(Konva2 || (Konva2 = {})); })(Konva2 || (Konva2 = {}));
var Konva = { var Konva = {
version: '3.2.1', version: '3.2.2',
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.1", "version": "3.2.2",
"author": "Anton Lavrenov", "author": "Anton Lavrenov",
"files": [ "files": [
"README.md", "README.md",