diff --git a/package-lock.json b/package-lock.json index 0d55a96..4ebbf52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/safe-area", - "version": "6.0.0-alpha.4", + "version": "6.0.0-alpha.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/safe-area", - "version": "6.0.0-alpha.4", + "version": "6.0.0-alpha.5", "license": "MIT", "devDependencies": { "@capacitor/android": "^6.0.0", diff --git a/package.json b/package.json index 57abf7c..7ff54f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/safe-area", - "version": "6.0.0-alpha.4", + "version": "6.0.0-alpha.5", "description": "Capacitor Plugin that exposes the safe area insets from the native iOS/Android device to your web project.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",