From c6d82b303562dbda1075e85ba734690949cad80f Mon Sep 17 00:00:00 2001 From: tafelnl <35837839+tafelnl@users.noreply.github.com> Date: Tue, 7 May 2024 14:27:06 +0200 Subject: [PATCH] v6.0.0-alpha.2 --- 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 7e31736c..2378a8ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/safe-area", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor-community/safe-area", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.2", "license": "MIT", "devDependencies": { "@capacitor/android": "^6.0.0", diff --git a/package.json b/package.json index cef155e9..06f61f23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/safe-area", - "version": "6.0.0-alpha.1", + "version": "6.0.0-alpha.2", "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",