diff --git a/package-lock.json b/package-lock.json index 2a6db2d2..6d2047c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-good-table", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 1, "dependencies": { "abbrev": { diff --git a/package.json b/package.json index 6ac6eb26..6667fc21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-good-table", - "version": "1.8.0", + "version": "1.9.0", "description": "A simple, clean data table for VueJS (2.x) with essential features like sorting, column filtering, pagination etc", "main": "src/index.js", "scripts": {