Bump to 2.6.1

This commit is contained in:
Dennis Hotson 2014-07-30 21:37:13 +10:00
parent c41ff98d3c
commit 4480a8e3ff
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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