From 576fdd9af788e36f487f81ace164c6b275b84a90 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 22 Sep 2023 17:54:40 +0200 Subject: [PATCH] release: 1.4.2 --- infrastructure/app/build.py | 2 +- package.json | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/app/build.py b/infrastructure/app/build.py index 19dd85a..d68cccd 100644 --- a/infrastructure/app/build.py +++ b/infrastructure/app/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "c4k-jitsi" MODULE = "app" PROJECT_ROOT_PATH = "../.." -version = "1.4.2-SNAPSHOT" +version = "1.4.2" @init diff --git a/package.json b/package.json index b1d1c2c..97d1184 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-jitsi", "description": "Generate c4k yaml for a jitsi deployment.", "author": "meissa GmbH", - "version": "1.4.2-SNAPSHOT", + "version": "1.4.2", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jitsi#readme", "repository": "https://www.npmjs.com/package/c4k-jitsi", "license": "APACHE2", diff --git a/project.clj b/project.clj index 0f27630..4e8b500 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-jitsi "1.4.2-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-jitsi "1.4.2" :description "jitsi c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"