Skip to content

Commit 6f733fd

Browse files
committed
bug fixes and new stable release 1.0.16
1 parent 6f13010 commit 6f733fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ We are using **`lodash`** internally, so you don't need to install separately fo
5454

5555
...
5656

57-
<script src="https://unpkg.com/vue-bootstrap4-table@1.0.15/dist/vue-bootstrap4-table.min.js" crossorigin="anonymous"></script>
57+
<script src="https://unpkg.com/vue-bootstrap4-table@1.0.16/dist/vue-bootstrap4-table.min.js" crossorigin="anonymous"></script>
5858
```
5959
**Note:** If you've included bootstrap & jQuery packages already in your project, then include only **vue-bootstrap4-table.min.js** script.
6060

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-bootstrap4-table",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"main": "dist/vue-bootstrap4-table.umd.js",
55
"module": "dist/vue-bootstrap4-table.esm.js",
66
"unpkg": "dist/vue-bootstrap4-table.min.js",

0 commit comments

Comments
 (0)