From a84ef439cb84bacdff77e213371539ebfaa3f77a Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 3 May 2024 12:08:26 +0200 Subject: [PATCH] release: 2.0.2 --- 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 c0e498d..d794aa5 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.2-dev" +version = "2.0.2" @init diff --git a/package.json b/package.json index 625de53..c225284 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.2-SNAPSHOT", + "version": "2.0.2", "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 78dca65..4ab1543 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-website "2.0.2-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-website "2.0.2" :description "website c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"