diff --git a/package-lock.json b/package-lock.json index 3f3018c..6b287a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-video", - "version": "0.10.1", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "next-video", - "version": "0.10.1", + "version": "0.11.0", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "~3.437.0", diff --git a/package.json b/package.json index 11af7b7..f2f15b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-video", - "version": "0.10.1", + "version": "0.11.0", "type": "module", "description": "A React component for adding video to your Next.js application. It extends both the video element and your Next app with features for automatic video optimization.", "author": "Mux Lab ",