From b04ce9b4df6aaf98d972dd6566824629787f9bc3 Mon Sep 17 00:00:00 2001 From: Alexey Avdeev Date: Tue, 30 Jan 2018 13:15:25 +0300 Subject: [PATCH] 5.0.0 --- 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 d137f2c7..cc8d88f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vanilla-sharing", - "version": "4.0.0", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 70baeb25..f24cf69f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "homepage": "/~https://github.com/avdeev/vanilla-sharing", "bugs": "/~https://github.com/avdeev/vanilla-sharing/issues", - "version": "4.0.0", + "version": "5.0.0", "main": "dist/vanilla-sharing.umd.js", "module": "dist/vanilla-sharing.esm.js", "scripts": {