From f64bda19bcf15df2662b8e1bbf92926bb5ba65e3 Mon Sep 17 00:00:00 2001 From: Dennis Hotson Date: Sun, 1 Jun 2014 18:25:44 +1000 Subject: [PATCH] Bumped verison to 2.4.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 056e417..23458a3 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "Springy", "main": "springy.js", - "version": "2.3.0", + "version": "2.4.0", "homepage": "https://github.com/dhotson/springy", "authors": [ "Dennis Hotson " diff --git a/package.json b/package.json index 3574396..b75f37d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "springy", - "version": "2.3.0", + "version": "2.4.0", "description": "A force directed graph layout algorithm in JavaScript.", "main": "springy.js", "scripts": { diff --git a/springy.js b/springy.js index e2fc76b..c7c9c9d 100644 --- a/springy.js +++ b/springy.js @@ -1,5 +1,5 @@ /** - * Springy v2.3.0 + * Springy v2.4.0 * * Copyright (c) 2010-2013 Dennis Hotson *