diff --git a/package-lock.json b/package-lock.json index 43f0935d..fb948f93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-good-table", - "version": "1.12.0", + "version": "1.12.1", "lockfileVersion": 1, "dependencies": { "abbrev": { diff --git a/package.json b/package.json index 0e56c126..a79edc73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-good-table", - "version": "1.12.0", + "version": "1.12.1", "description": "A simple, clean data table for VueJS (2.x) with essential features like sorting, column filtering, pagination etc", "main": "src/index.js", "scripts": {