From a3c33d115f4ba8d5c19665adfa4893e687371ed6 Mon Sep 17 00:00:00 2001 From: Alex Olshansky Date: Tue, 28 Apr 2015 14:25:32 +0200 Subject: [PATCH] 0.6.7 Bump a version (0.6.6 -> 0.6.7). Changelog: * Update d3 version (3.4 -> 3.5.5) * Add tip.destroy() to remove the DOM element --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index e1547eb..da4bc84 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "d3-tip", - "version": "0.6.6", + "version": "0.6.7", "main": "index.js", "ignore": [ "**/.*", diff --git a/package.json b/package.json index abc2323..2c1e160 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3-tip", - "version": "0.6.6", + "version": "0.6.7", "description": "Tooltips for d3 svg visualizations", "author": "Justin Palmer (http://labratrevenge.com/d3-tip)", "main": "index.js",