This commit is contained in:
lavrton 2015-10-27 10:51:16 +07:00
parent e0d5f08f06
commit 50b30b6cfd
4 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Not released][Not released]
## [0.10.0][2015-10-27]
### Added
- RGBA filter. Thanks to [@codefo](https://github.com/codefo)

View File

@ -1,9 +1,9 @@
/*
* Konva JavaScript Framework v0.9.9
* Konva JavaScript Framework v0.10.0
* http://konvajs.github.io/
* Licensed under the MIT or GPL Version 2 licenses.
* Date: Thu Oct 22 2015
* Date: Tue Oct 27 2015
*
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
* Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov (Konva)
@ -37,7 +37,7 @@ var Konva = {};
Konva = {
// public
version: '0.9.9',
version: '0.10.0',
// private
stages: [],

6
konva.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "konva",
"version": "0.9.9",
"version": "0.10.0",
"author": "Anton Lavrenov",
"devDependencies": {
"chai": "3.2.0",