Skip to content

Commit

Permalink
updated version number to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Jun 24, 2018
1 parent dbf4c3f commit 3fc0ca7
Show file tree
Hide file tree
Showing 30 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -54,8 +54,8 @@ npm install jquery.tabulator --save
### CDNJS
To access Tabulator directly from the CDNJS CDN servers, include the following two lines at the start of your project, instead of the localy hosted versions:
```html
<link href="https://cdnjs.cloudflare.com/ajax/libs/tabulator/3.5.2/css/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tabulator/3.5.2/js/tabulator.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/tabulator/3.5.3/css/tabulator.min.css" rel="stylesheet">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/tabulator/3.5.3/js/tabulator.min.js"></script>
```

Coming Soon
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "tabulator",
"main": "dist/js/tabulator.js",
"version": "3.5.2",
"version": "3.5.3",
"description": "Interactive table generation plugin for jQuery UI",
"keywords": [
"table",
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap/tabulator_bootstrap.css
@@ -1,4 +1,4 @@
/* Tabulator v3.5.2 (c) Oliver Folkerd */
/* Tabulator v3.5.3 (c) Oliver Folkerd */
.tabulator {
position: relative;
background-color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap/tabulator_bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap/tabulator_bootstrap4.css
@@ -1,4 +1,4 @@
/* Tabulator v3.5.2 (c) Oliver Folkerd */
/* Tabulator v3.5.3 (c) Oliver Folkerd */
.tabulator {
position: relative;
background-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap/tabulator_bootstrap4.min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/semantic-ui/tabulator_semantic-ui.css
@@ -1,4 +1,4 @@
/* Tabulator v3.5.2 (c) Oliver Folkerd */
/* Tabulator v3.5.3 (c) Oliver Folkerd */
/*******************************
Site Settings
*******************************/
Expand Down
2 changes: 1 addition & 1 deletion dist/css/semantic-ui/tabulator_semantic-ui.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/semantic-ui/tabulator_semantic-ui.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/tabulator.css
@@ -1,4 +1,4 @@
/* Tabulator v3.5.2 (c) Oliver Folkerd */
/* Tabulator v3.5.3 (c) Oliver Folkerd */
.tabulator {
position: relative;
border: 1px solid #999;
Expand Down

0 comments on commit 3fc0ca7

Please sign in to comment.