From dacdbcc75d9fdbdba86a8c24a92a2af50aa2f839 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Fri, 29 Aug 2014 09:15:55 -0400 Subject: [PATCH] 1.2.2 release --- bower.json | 2 +- pivottable.jquery.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index f229c4c8..7e3e44fb 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.2.1", + "version": "1.2.2", "main": "dist/pivot.js", "license": "MIT", "ignore": [ diff --git a/pivottable.jquery.json b/pivottable.jquery.json index 122f6418..21bde6b7 100644 --- a/pivottable.jquery.json +++ b/pivottable.jquery.json @@ -11,7 +11,7 @@ "pivotgrid", "pivotchart" ], - "version": "1.2.1", + "version": "1.2.2", "author": { "name": "Nicolas Kruchten", @@ -31,4 +31,4 @@ "jquery": "*", "jqueryui": "*" } -} \ No newline at end of file +}