From 2c1210fa9d3f1bae6439448bf40b8bbbe6257b31 Mon Sep 17 00:00:00 2001 From: tafelnl <35837839+tafelnl@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:39:41 +0200 Subject: [PATCH] v6.0.0-alpha.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79ed9d2..0d55a96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/safe-area", - "version": "6.0.0-alpha.3", + "version": "6.0.0-alpha.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/safe-area", - "version": "6.0.0-alpha.3", + "version": "6.0.0-alpha.4", "license": "MIT", "devDependencies": { "@capacitor/android": "^6.0.0", diff --git a/package.json b/package.json index 03a112e..57abf7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/safe-area", - "version": "6.0.0-alpha.3", + "version": "6.0.0-alpha.4", "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",