Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Nov 22, 2015
1 parent 938a562 commit 3220dae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pivottable.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pivotgrid",
"pivotchart"
],
"version": "1.6.3",
"version": "2.0.0",
"author": {
"name": "Nicolas Kruchten",
"email": "nicolas@kruchten.com",
Expand Down

0 comments on commit 3220dae

Please sign in to comment.