diff --git a/package-lock.json b/package-lock.json index f7926f9..faf0158 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "castable-video", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "castable-video", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "custom-media-element": "^1.0.2" diff --git a/package.json b/package.json index 9a05a6c..528a532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castable-video", - "version": "1.0.0", + "version": "1.0.1", "description": "Cast your video element to the big screen with ease!", "type": "module", "main": "castable-video.js",