build for 1.0.1

This commit is contained in:
Anton Lavrenov 2016-07-05 09:59:44 +07:00
parent aef5e79981
commit b48ca4e4b1
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
/* /*
* Konva JavaScript Framework v1.0.0 * Konva JavaScript Framework v1.0.1
* 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 Jul 05 2016 * Date: Tue Jul 05 2016
@ -39,7 +39,7 @@
var Konva = { var Konva = {
// public // public
version: '1.0.0', version: '1.0.1',
// 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": "1.0.0", "version": "1.0.1",
"author": "Anton Lavrenov", "author": "Anton Lavrenov",
"files": [ "files": [
"README.md", "README.md",