This commit is contained in:
lavrton 2015-01-09 19:07:20 +07:00
parent 1447077f44
commit 07622b64ae
5 changed files with 7 additions and 11 deletions

View File

@ -1,7 +1,3 @@
#Hiatus
Hi all! I will be taking a 3 month break from KineticJS (until July 2014) to focus on other endeavors. KineticJS is in a great state right now (v5.1.0). Please continue to file any issues that you may find, or submit pull requests. They will eventually be addressed.
#Installation
* `bower install kineticjs`
@ -33,7 +29,7 @@ If you add a file in the src directory, be sure to add the filename to the sourc
##Testing
[![Build Status](https://travis-ci.org/ericdrowell/KineticJS.png)](https://travis-ci.org/ericdrowell/KineticJS)
[![Build Status](https://travis-ci.org/lavrton/KineticJS.png)](https://travis-ci.org/lavrton/KineticJS)
KineticJS uses Mocha for testing.

View File

@ -1,6 +1,6 @@
{
"name": "KineticJS",
"version": "5.1.1",
"version": "5.1.9",
"homepage": "http://kineticjs.com/",
"authors": [
"Eric Rowell", "Anton Lavrenov"

View File

@ -1,6 +1,6 @@
/*
* KineticJS JavaScript Framework v5.1.1
* KineticJS JavaScript Framework v5.1.9
* http://www.kineticjs.com/
* Copyright 2013, Eric Rowell
* Licensed under the MIT or GPL Version 2 licenses.
@ -36,7 +36,7 @@ var Kinetic = {};
Kinetic = {
// public
version: '5.1.1',
version: '5.1.9',
// private
stages: [],

4
kinetic.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "kinetic",
"version": "5.1.1",
"version": "5.1.9",
"devDependencies": {
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-nodeunit": "0.4.1",