From 86f3bd94fb4f20bcda12783da85afbf3c78bbb2c Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 3 May 2024 11:26:41 +0200 Subject: [PATCH] release: 2.0.1 --- 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 57110ba..08f9c3e 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.1-dev" +version = "2.0.1" @init diff --git a/package.json b/package.json index 0916e46..3ea5f4b 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.1-SNAPSHOT", + "version": "2.0.1", "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 476d95a..16d4004 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-website "2.0.1-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-website "2.0.1" :description "website c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"