From 9e02a889fcca0eafaac62d077a77110dfba8f9af Mon Sep 17 00:00:00 2001 From: Ray Lee Date: Fri, 22 Mar 2024 10:52:55 -0400 Subject: [PATCH] Change package version to 4.0.0. --- 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 f2ef705..cef4307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cspace-ui-plugin-profile-materials", - "version": "4.0.0-rc.4", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cspace-ui-plugin-profile-materials", - "version": "4.0.0-rc.4", + "version": "4.0.0", "license": "ECL-2.0", "dependencies": { "cspace-ui-plugin-record-material": "^3.0.2", diff --git a/package.json b/package.json index a95d964..d683cd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspace-ui-plugin-profile-materials", - "version": "4.0.0-rc.4", + "version": "4.0.0", "description": "Materials Authority profile plugin for the CollectionSpace UI", "author": "Ray Lee ", "license": "ECL-2.0",