From 553ccea7facfc85bf6bf232c3a401c50070e36e1 Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Sat, 13 Sep 2025 17:20:49 +0200 Subject: [PATCH] Update package version to 0.0.1 for initial development release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f63b283..2d2d0ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xtr-dev/payload-notifications", - "version": "1.0.0", + "version": "0.0.1", "description": "A PayloadCMS plugin that adds a configurable notifications collection for sending messages with titles, content, and attachable relationship items", "license": "MIT", "type": "module",