From 2bbfd0f0a671c20831edecc4317c8eb0e23a1edb Mon Sep 17 00:00:00 2001 From: Clemens Date: Fri, 22 Sep 2023 11:37:58 +0200 Subject: [PATCH] bump version to: 1.4.1-SNAPSHOT --- 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 c3393ee..ea35a41 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.0" +version = "1.4.1-SNAPSHOT" @init diff --git a/package.json b/package.json index 91ca5e7..637a317 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.0", + "version": "1.4.1-SNAPSHOT", "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 5b57d03..233ba98 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-jitsi "1.4.0" +(defproject org.domaindrivenarchitecture/c4k-jitsi "1.4.1-SNAPSHOT" :description "jitsi c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"