From ac08fe6cf7a532379e84ecfea0563f02e3590874 Mon Sep 17 00:00:00 2001 From: KYPO CI <kyposervice@ics.muni.cz> Date: Thu, 26 Oct 2023 13:19:11 +0000 Subject: [PATCH] [CI/CD] Update packages.json version based on GitLab tag. --- projects/kypo-topology-graph-model/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/kypo-topology-graph-model/package.json b/projects/kypo-topology-graph-model/package.json index ebf8876..3b26f0b 100644 --- a/projects/kypo-topology-graph-model/package.json +++ b/projects/kypo-topology-graph-model/package.json @@ -1,6 +1,6 @@ { "name": "@muni-kypo-crp/topology-model", - "version": "14.0.5", + "version": "15.0.0", "peerDependencies": { "@angular/common": "^12.0.3", "@angular/core": "^12.0.3", -- GitLab