From c41ff98d3c78f2a894bb56ccfeb8bd4b90f01c69 Mon Sep 17 00:00:00 2001 From: Dennis Hotson Date: Wed, 23 Jul 2014 21:26:37 +1000 Subject: [PATCH] Bump version to 2.6.0 --- bower.json | 2 +- package.json | 2 +- springy.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 *