Skip to content

Commit

Permalink
update version number to 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Oct 31, 2021
1 parent d2aeea2 commit 41e79e1
Show file tree
Hide file tree
Showing 11 changed files with 201 additions and 154 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tabulator",
"main": "dist/js/tabulator.js",
"version": "5.0.6",
"version": "5.0.7",
"description": "Interactive table generation JavaScript library",
"keywords": [
"table",
Expand Down
2 changes: 1 addition & 1 deletion build/rollup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Bundler from "./Bundler.js";

var bundler = new Bundler("5.0.6", process.env.TARGET);
var bundler = new Bundler("5.0.7", process.env.TARGET);

module.exports = bundler.bundle();
Loading

0 comments on commit 41e79e1

Please sign in to comment.