From 3dcceaf632965b94cbd7bcc30384a7f9a05464f4 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Sat, 28 Jun 2014 14:58:20 -0400 Subject: [PATCH] bumping versions to stay semver compatible --- bower.json | 2 +- pivottable.jquery.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index c86580d2..f229c4c8 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", + "version": "1.2.1", "main": "dist/pivot.js", "license": "MIT", "ignore": [ diff --git a/pivottable.jquery.json b/pivottable.jquery.json index 6a8ca4e3..122f6418 100644 --- a/pivottable.jquery.json +++ b/pivottable.jquery.json @@ -11,7 +11,7 @@ "pivotgrid", "pivotchart" ], - "version": "1.2", + "version": "1.2.1", "author": { "name": "Nicolas Kruchten",