From f9a8eaf2b2d676fd3efda9fc61ee61e51e54dd19 Mon Sep 17 00:00:00 2001 From: Michael Ritter Date: Fri, 10 Jan 2025 15:45:32 -0700 Subject: [PATCH] Change package version to 3.0.0-rc.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 5c87ad5..be7ffb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspace-ui-plugin-profile-herbarium", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspace-ui-plugin-profile-herbarium", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "license": "ECL-2.0", "dependencies": { "cspace-ui-plugin-ext-naturalhistory": "^1.2.2", diff --git a/package.json b/package.json index 4550dd9..9bda51f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspace-ui-plugin-profile-herbarium", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "description": "Herbarium profile plugin for the CollectionSpace UI", "author": "", "license": "ECL-2.0",