Bumped version to 2.3.0

This commit is contained in:
Dennis Hotson 2014-02-26 22:42:58 +11:00
parent 6cb2dd813f
commit 28ca9cc5be
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Springy",
"main": "springy.js",
"version": "2.2.2",
"version": "2.3.0",
"homepage": "https://github.com/dhotson/springy",
"authors": [
"Dennis Hotson <dennis@99designs.com>"

View File

@ -1,6 +1,6 @@
{
"name": "springy",
"version": "2.2.2",
"version": "2.3.0",
"description": "A force directed graph layout algorithm in JavaScript.",
"main": "springy.js",
"scripts": {

View File

@ -1,5 +1,5 @@
/**
* Springy v2.2.2
* Springy v2.3.0
*
* Copyright (c) 2010-2013 Dennis Hotson
*