From e338dd3177c5d6d6e7794b0309476999c442c179 Mon Sep 17 00:00:00 2001 From: Elliot Nahman Date: Wed, 30 Nov 2016 11:21:09 -0800 Subject: [PATCH] bump version --- HISTORY.md | 4 ++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7f901e8c..cfedcef8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +v0.7.1 +================== +* Fixed register scroll for FF and IE + v0.7.0 ================== * ensure timeseries rendering to canvas with multiple lines are not cut off diff --git a/bower.json b/bower.json index 08ef3c91..23f87326 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "px-vis", - "version": "0.7.0", + "version": "0.7.1", "main": [ "px-vis.html" ], diff --git a/package.json b/package.json index b1e29f39..4eaf3fb0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "px-vis", "author": "General Electric", "description": "A set of Px visualization components", - "version": "0.7.0", + "version": "0.7.1", "private": true, "extName": null, "repository": {