From 95528440abf4ed0ab55ea20b1b4d52f0ca41a60e Mon Sep 17 00:00:00 2001 From: viruslight <61878631+viruslight@users.noreply.github.com> Date: Sat, 7 Mar 2020 17:13:36 +0100 Subject: [PATCH] 1.0.8 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7de3660..60fd031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-slider-with-indicator", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3e061c8..ea68898 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-slider-with-indicator", - "version": "1.0.7", + "version": "1.0.8", "main": "dist/vue-slider-with-indicator.umd.js", "module": "dist/vue-slider-with-indicator.esm.js", "unpkg": "dist/vue-slider-with-indicator.min.js",