From 84646748f23e6daee666d0bb70295ee510fb2ed9 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 3 May 2024 12:34:49 +0200 Subject: [PATCH] release: 2.0.3 --- infrastructure/build/build.py | 2 +- package.json | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/build/build.py b/infrastructure/build/build.py index 3f0c952..6966c23 100644 --- a/infrastructure/build/build.py +++ b/infrastructure/build/build.py @@ -7,7 +7,7 @@ import logging name = 'c4k-website' MODULE = 'build' PROJECT_ROOT_PATH = '../..' -version = "2.0.3-dev" +version = "2.0.3" @init diff --git a/package.json b/package.json index 0a04900..83fbff3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-website", "description": "Generate c4k yaml for a website deployment.", "author": "meissa GmbH", - "version": "2.0.3-SNAPSHOT", + "version": "2.0.3", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-website#readme", "repository": "https://www.npmjs.com/package/c4k-website", "license": "APACHE2", diff --git a/project.clj b/project.clj index 19ca9d2..cecfbfe 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-website "2.0.3-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-website "2.0.3" :description "website c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"