diff --git a/bower.json b/bower.json index e0ca022..bdeaad7 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "Springy", "main": "springy.js", - "version": "2.5.0", + "version": "2.6.0", "homepage": "https://github.com/dhotson/springy", "authors": [ "Dennis Hotson " diff --git a/package.json b/package.json index c202742..9c16295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "springy", - "version": "2.5.0", + "version": "2.6.0", "description": "A force directed graph layout algorithm in JavaScript.", "main": "springy.js", "scripts": { diff --git a/springy.js b/springy.js index 86d4bad..fb90e3f 100644 --- a/springy.js +++ b/springy.js @@ -1,5 +1,5 @@ /** - * Springy v2.5.0 + * Springy v2.6.0 * * Copyright (c) 2010-2013 Dennis Hotson *