From 328312d981a12bdb4d3ec4ef07adb54e35d25f7f Mon Sep 17 00:00:00 2001 From: Aleksey Avdeev Date: Fri, 7 Jul 2017 11:20:49 +0300 Subject: [PATCH] 2.1.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 42a501d2..6a906069 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vanilla-sharing", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 295073aa..71d134a4 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": "2.0.1", + "version": "2.1.0", "main": "dist/vanilla-sharing.js", "scripts": { "prebuild": "npm run build:clean",