build for 1.5.0

This commit is contained in:
Anton Lavrenov 2017-03-20 06:54:31 -05:00
parent 8bead1a89a
commit 7fc1eca4e5
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/*
* Konva JavaScript Framework v1.4.0
* Konva JavaScript Framework v1.5.0
* http://konvajs.github.io/
* Licensed under the MIT or GPL Version 2 licenses.
* Date: Mon Mar 20 2017
@ -38,7 +38,7 @@
var Konva = {
// public
version: '1.4.0',
version: '1.5.0',
// private
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",
"version": "1.4.0",
"version": "1.5.0",
"author": "Anton Lavrenov",
"files": [
"README.md",
@ -55,4 +55,4 @@
"url": "git://github.com/konvajs/konva.git"
},
"license": "MIT"
}
}