diff --git a/package-lock.json b/package-lock.json index e5681a9..4ee7324 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@whiteguru/capacitor-plugin-video-editor", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@whiteguru/capacitor-plugin-video-editor", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "devDependencies": { "@capacitor/android": "^5.0.0", diff --git a/package.json b/package.json index 269133e..41c0869 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@whiteguru/capacitor-plugin-video-editor", - "version": "5.0.1", + "version": "5.0.2", "description": "Capacitor plugin to edit videos", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", @@ -78,4 +78,4 @@ "engines": { "node": ">=16" } -} \ No newline at end of file +}