From 76fe071c52181510926efdb9a57a4f448481ab22 Mon Sep 17 00:00:00 2001 From: Benoit Chevalier Date: Fri, 8 Dec 2017 13:43:17 -0800 Subject: [PATCH] bump --- HISTORY.md | 3 ++- bower.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 00533983..89df5c21 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,6 @@ - +3.3.0 ================== +* Polymer 1.x/2.x hybrid element support * Enabled single vector stripe search. * Fix hard mute diff --git a/bower.json b/bower.json index a12f2d17..770fe05e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "px-vis-timeseries", - "version": "3.2.5", + "version": "3.3.0", "main": [ "px-vis-timeseries.html" ], diff --git a/package.json b/package.json index fb7ee6ad..df301784 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "px-vis-timeseries", "author": "General Electric", "description": "A Px visualization timeseries chart", - "version": "3.2.5", + "version": "3.3.0", "private": false, "extName": null, "repository": {