From d90309059c56e0da1d361e36f6d57f9e10dd8117 Mon Sep 17 00:00:00 2001 From: KYPO CI <kyposervice@ics.muni.cz> Date: Tue, 13 Aug 2024 14:58:32 +0000 Subject: [PATCH] [CI/CD] Update packages.json version based on GitLab tag. --- projects/kypo-sandbox-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/kypo-sandbox-api/package.json b/projects/kypo-sandbox-api/package.json index ff13bf3..0ab0c2f 100644 --- a/projects/kypo-sandbox-api/package.json +++ b/projects/kypo-sandbox-api/package.json @@ -1,6 +1,6 @@ { "name": "@muni-kypo-crp/sandbox-api", - "version": "16.0.4", + "version": "16.1.0", "peerDependencies": { "@angular/common": "~16.2.12", "@angular/core": "~16.2.12", -- GitLab