Skip to content

Commit

Permalink
update version to 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Oct 24, 2021
1 parent a383880 commit 515bdf8
Show file tree
Hide file tree
Showing 17 changed files with 198 additions and 130 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.4",
"version": "5.0.5",
"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.4", process.env.TARGET);
var bundler = new Bundler("5.0.5", process.env.TARGET);

module.exports = bundler.bundle();
2 changes: 1 addition & 1 deletion dist/css/tabulator_bootstrap3.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/tabulator_bootstrap3.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/tabulator_bulma.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/tabulator_bulma.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/tabulator_semanticui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/tabulator_semanticui.min.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 515bdf8

Please sign in to comment.