diff --git a/package-lock.json b/package-lock.json index 59cdc77..9c124c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-goodshare", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -7430,9 +7430,9 @@ } }, "vue": { - "version": "2.6.8", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.8.tgz", - "integrity": "sha512-+vp9lEC2Kt3yom673pzg1J7T1NVGuGzO9j8Wxno+rQN2WYVBX2pyo/RGQ3fXCLh2Pk76Skw/laAPCuBuEQ4diw==" + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.9.tgz", + "integrity": "sha512-t1+tvH8hybPM86oNne3ZozCD02zj/VoZIiojOBPJLjwBn7hxYU5e1gBObFpq8ts1NEn1VhPf/hVXBDAJ3X5ljg==" }, "vue-style-loader": { "version": "3.1.2", diff --git a/package.json b/package.json index 0a7204f..38e3fc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-goodshare", - "version": "1.2.0", + "version": "1.3.0", "description": "Vue.js component for social share. A simple way to share a link on the pages of your website in the most popular (and not so) social networks.", "main": "src/VueGoodshare.vue", "scripts": { @@ -13,7 +13,7 @@ "url": "git+https://github.com/koddr/vue-goodshare.git" }, "dependencies": { - "vue": "^2.6.8" + "vue": "^2.6.9" }, "devDependencies": { "css-loader": "^0.28.11", diff --git a/src/providers/GooglePlus.vue b/src/providers/GooglePlus.vue index eb8b137..1c19ba3 100644 --- a/src/providers/GooglePlus.vue +++ b/src/providers/GooglePlus.vue @@ -19,6 +19,7 @@