diff --git a/package-lock.json b/package-lock.json index 2035d1f..c86acaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phntms/react-share", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@phntms/react-share", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "is-absolute-url": "^3.0.3" diff --git a/package.json b/package.json index db532ff..16d9827 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@phntms/react-share", "description": "An all-in-one React library to implement custom Sharing Meta and Social Media Sharing Buttons.", - "version": "0.0.1", + "version": "0.0.2", "main": "lib/index.js", "types": "lib/index.d.ts", "homepage": "https://github.com/phantomstudios/react-share#readme",