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