From 91dbee03f64380fb30cf8501592fc5e87fc7c56e Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Sat, 2 Mar 2024 10:37:56 +0100 Subject: [PATCH] Correct release version (#3678) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2ee8037a..4acf591d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "4.5.0", + "version": "4.4.0", "license": "LGPL-3.0", "scripts": { "postinstall": "ngcc",