From 582636a2a77f2fe0241a69bd59f0daf11b139594 Mon Sep 17 00:00:00 2001 From: SAgility Dev Date: Thu, 31 Oct 2024 15:25:15 +0000 Subject: [PATCH] SuiteCRM 8.7.1 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 711cb49638..8aaf87e75e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -# SuiteCRM 8.7.0 +# SuiteCRM 8.7.1 [![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 df5119ec64..d139a75408 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.7.0 +8.7.1 diff --git a/core/app/common/package.json b/core/app/common/package.json index 5dd74b1c75..c0b606e5fc 100644 --- a/core/app/common/package.json +++ b/core/app/common/package.json @@ -1,6 +1,6 @@ { "name": "common", - "version": "8.7.0", + "version": "8.7.1", "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 f4eb586b6a..c4a1ef9b4e 100644 --- a/core/app/core/package.json +++ b/core/app/core/package.json @@ -1,6 +1,6 @@ { "name": "core", - "version": "8.7.0", + "version": "8.7.1", "peerDependencies": { "@angular/common": "^12.1.0", "@angular/core": "^12.1.0", diff --git a/package.json b/package.json index bd9a6baa70..6fd2a9938a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suitecrm", - "version": "8.7.0", + "version": "8.7.1", "scripts": { "ng": "ng", "start": "npm run start:shell",