From 46e8000c3c4dd3143f64b59a5190ecbc664855e9 Mon Sep 17 00:00:00 2001 From: Igor Ognichenko Date: Thu, 20 Jul 2017 12:08:55 +0300 Subject: [PATCH] sync version --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 0470cd6..a4f1867 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "vue-ls", - "version": "2.2.18", + "version": "2.2.21", "description": "Vue plugin for work with LocalStorage from Vue context", "main": "dist/vue-ls.js", "authors": [ diff --git a/package.json b/package.json index 10346dc..b01ba40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-ls", - "version": "2.2.20", + "version": "2.2.21", "description": "Vue plugin for work with LocalStorage from Vue context", "main": "dist/vue-ls.js", "jsnext:main": "src/index.js",