From 919ce12cc4710a56944210d432c404768a1fd681 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 19 Nov 2024 00:23:47 +0100 Subject: [PATCH] admin client release version 1.2.0 --- alfa-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alfa-client/package.json b/alfa-client/package.json index 15566f3bb9..7510ba892e 100644 --- a/alfa-client/package.json +++ b/alfa-client/package.json @@ -1,6 +1,6 @@ { "name": "alfa", - "version": "1.2.0-SNAPSHOT", + "version": "1.2.0", "license": "MIT", "scripts": { "start": "nx run alfa:serve --port 4300 --disable-host-check", -- GitLab