build for 0.12.0

This commit is contained in:
Anton Lavrenov
2016-03-31 09:57:21 +07:00
parent e9b14e735e
commit 78d8522271
3 changed files with 7 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
/* /*
* Konva JavaScript Framework v0.11.1 * Konva JavaScript Framework v0.12.0
* http://konvajs.github.io/ * http://konvajs.github.io/
* Licensed under the MIT or GPL Version 2 licenses. * Licensed under the MIT or GPL Version 2 licenses.
* Date: Tue Mar 15 2016 * Date: Thu Mar 31 2016
* *
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS) * Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov (Konva) * Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov (Konva)
@@ -39,7 +39,7 @@
var Konva = { var Konva = {
// public // public
version: '0.11.1', version: '0.12.0',
// private // private
stages: [], stages: [],
@@ -16177,4 +16177,3 @@
Konva.Collection.mapMethods(Konva.Arrow); Konva.Collection.mapMethods(Konva.Arrow);
})(); })();

6
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": "0.11.1", "version": "0.12.0",
"author": "Anton Lavrenov", "author": "Anton Lavrenov",
"scripts": { "scripts": {
"start": "gulp", "start": "gulp",