Skip to content

Commit

Permalink
new release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rubanraj54 committed May 14, 2019
1 parent a5ca6c9 commit 343f727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ We are using **`lodash`** internally, so you don't need to install separately fo

...

<script src="https://unpkg.com/[email protected].5/dist/vue-bootstrap4-table.min.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected].6/dist/vue-bootstrap4-table.min.js" crossorigin="anonymous"></script>
```
**Note:** If you've included bootstrap & jQuery packages already in your project, then include only **vue-bootstrap4-table.min.js** script.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-bootstrap4-table",
"version": "1.1.5",
"version": "1.1.6",
"main": "dist/vue-bootstrap4-table.umd.js",
"module": "dist/vue-bootstrap4-table.esm.js",
"unpkg": "dist/vue-bootstrap4-table.min.js",
Expand Down

0 comments on commit 343f727

Please sign in to comment.