Bump version to 2.2.0

This commit is contained in:
Dennis Hotson 2014-01-11 05:18:43 +11:00
parent 00cbc7f64e
commit e2e24d0601
2 changed files with 2 additions and 2 deletions

View File

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

View File

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