From 3220dae704fc6979254680329557937c13457934 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Sun, 22 Nov 2015 15:38:52 -0500 Subject: [PATCH] version bump --- bower.json | 2 +- package.json | 6 +++--- pivottable.jquery.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 3555dae4..ccb4a768 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "pivottable", "description": "Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop", - "version": "1.6.3", + "version": "2.0.0", "main": [ "dist/pivot.js", "dist/pivot.css" diff --git a/package.json b/package.json index 5b5feb63..554b995c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pivottable", - "version": "1.6.3", + "version": "2.0.0", "description": "Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop", "main": "dist/pivot.js", "keywords": [ @@ -24,8 +24,8 @@ "url": "https://github.com/nicolaskruchten/pivottable/issues" }, "homepage": "https://github.com/nicolaskruchten/pivottable", - "dependencies" : { - "jquery" : ">=1.9.0" + "dependencies": { + "jquery": ">=1.9.0" }, "devDependencies": { "require-dir": "^0.1.0", diff --git a/pivottable.jquery.json b/pivottable.jquery.json index e4066d03..e58a41e8 100644 --- a/pivottable.jquery.json +++ b/pivottable.jquery.json @@ -11,7 +11,7 @@ "pivotgrid", "pivotchart" ], - "version": "1.6.3", + "version": "2.0.0", "author": { "name": "Nicolas Kruchten", "email": "nicolas@kruchten.com",