From e13ce192e3989b120c08cad6440b5ba4bb34a5f9 Mon Sep 17 00:00:00 2001 From: Kevin Jump Date: Wed, 11 Sep 2024 16:33:25 +0100 Subject: [PATCH] package.json version stamp --- .../usync-assets/package-lock.json | 4 ++-- uSync.Backoffice.Management.Client/usync-assets/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uSync.Backoffice.Management.Client/usync-assets/package-lock.json b/uSync.Backoffice.Management.Client/usync-assets/package-lock.json index aad258bc..db5e87a2 100644 --- a/uSync.Backoffice.Management.Client/usync-assets/package-lock.json +++ b/uSync.Backoffice.Management.Client/usync-assets/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jumoo/usync", - "version": "14.2.0-rc01", + "version": "14.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jumoo/usync", - "version": "14.2.0-rc01", + "version": "14.2.0", "license": "MPL-2.0", "devDependencies": { "@hey-api/openapi-ts": "^0.53.0", diff --git a/uSync.Backoffice.Management.Client/usync-assets/package.json b/uSync.Backoffice.Management.Client/usync-assets/package.json index 0840cc13..0e44761c 100644 --- a/uSync.Backoffice.Management.Client/usync-assets/package.json +++ b/uSync.Backoffice.Management.Client/usync-assets/package.json @@ -2,7 +2,7 @@ "name": "@jumoo/usync", "license": "MPL-2.0", "type": "module", - "version": "14.2.0-rc01", + "version": "14.2.0", "main": "./dist/usync.js", "types": "./dist/index.d.ts", "module": "./dist/usync.js",