From 1ebb0b2b9fe04b26ecb49cd7c2cedd41b0ed60bf Mon Sep 17 00:00:00 2001 From: Jack Anderson Date: Thu, 8 Aug 2024 17:20:41 +0100 Subject: [PATCH] SuiteCRM 8.6.2 Release --- README.md | 2 +- VERSION | 2 +- core/app/common/package.json | 2 +- core/app/core/package.json | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b589db38c5..759384dfa6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -# SuiteCRM 8.6.1 +# SuiteCRM 8.6.2 [![LICENSE](https://img.shields.io/github/license/suitecrm/suitecrm.svg)](https://github.com/salesagility/suitecrm/blob/hotfix/LICENSE.txt) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/salesagility/SuiteCRM-Core/issues) diff --git a/VERSION b/VERSION index f6f89a8f81..7b8d3d832d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.6.1 +8.6.2 diff --git a/core/app/common/package.json b/core/app/common/package.json index 2aaedb00e2..a1dbfa9df0 100644 --- a/core/app/common/package.json +++ b/core/app/common/package.json @@ -1,6 +1,6 @@ { "name": "common", - "version": "8.6.1", + "version": "8.6.2", "peerDependencies": { "@angular/common": "^12.1.0", "@angular/core": "^12.1.0", diff --git a/core/app/core/package.json b/core/app/core/package.json index e8083216b2..0d8bc53e40 100644 --- a/core/app/core/package.json +++ b/core/app/core/package.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "8.6.1", + "version": "8.6.2", "peerDependencies": { "@angular/common": "^12.1.0", "@angular/core": "^12.1.0", diff --git a/package.json b/package.json index 34288827f7..ef489645c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suitecrm", - "version": "8.6.1", + "version": "8.6.2", "scripts": { "ng": "ng", "start": "npm run start:shell",