From 4480a8e3ff7f51623fa70dcd9aa5afaaba5a35ee Mon Sep 17 00:00:00 2001 From: Dennis Hotson Date: Wed, 30 Jul 2014 21:37:13 +1000 Subject: [PATCH] Bump to 2.6.1 --- 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 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 *