From 1714f7ceae29ef44c833931322f3da6f7967e205 Mon Sep 17 00:00:00 2001 From: KYPO CI <kyposervice@ics.muni.cz> Date: Wed, 14 Sep 2022 08:09:37 +0000 Subject: [PATCH] [CI/CD] Update packages.json version based on GitLab tag. --- projects/kypo-sandbox-model/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/kypo-sandbox-model/package.json b/projects/kypo-sandbox-model/package.json index a3a5ea8..1435b82 100644 --- a/projects/kypo-sandbox-model/package.json +++ b/projects/kypo-sandbox-model/package.json @@ -1,6 +1,6 @@ { "name": "@muni-kypo-crp/sandbox-model", - "version": "14.1.0", + "version": "14.2.0", "peerDependencies": { "@angular/common": "~13.1.1", "@angular/core": "~13.1.1" -- GitLab