From e054b4ab5d8da1f4a9209ab87e7bd22223b61eb7 Mon Sep 17 00:00:00 2001 From: christian97dd Date: Mon, 15 Jan 2024 09:52:54 -0300 Subject: [PATCH] 0.0.1-beta.1 --- 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 51f6c2a..9971af0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@janiscommerce/app-push-notification", - "version": "0.0.1-beta.0", + "version": "0.0.1-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@janiscommerce/app-push-notification", - "version": "0.0.1-beta.0", + "version": "0.0.1-beta.1", "license": "ISC", "dependencies": { "@react-native-async-storage/async-storage": "^1.18.1", diff --git a/package.json b/package.json index 8635eca..fbfefd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@janiscommerce/app-push-notification", - "version": "0.0.1-beta.0", + "version": "0.0.1-beta.1", "type": "commonjs", "description": "This package will take care of performing the main actions for registration to receive notifications in the foreground and background.", "main": "lib/index.js",