build for 0.12.2

This commit is contained in:
Anton Lavrenov
2016-03-31 10:13:40 +07:00
parent 2f598c2c8c
commit 4c2661f212
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/* /*
* Konva JavaScript Framework v0.12.1 * Konva JavaScript Framework v0.12.2
* 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: Thu Mar 31 2016 * Date: Thu Mar 31 2016
@@ -39,7 +39,7 @@
var Konva = { var Konva = {
// public // public
version: '0.12.1', version: '0.12.2',
// private // private
stages: [], stages: [],

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": "0.12.1", "version": "0.12.2",
"author": "Anton Lavrenov", "author": "Anton Lavrenov",
"scripts": { "scripts": {
"start": "gulp", "start": "gulp",