From 2dff50f7b85d0837a1b3d33073dfe24240c27d14 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Thu, 29 Feb 2024 17:58:16 +0100 Subject: [PATCH] release: 2.0.0 --- 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 92bf8ed..d17bb93 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 = "1.1.9-SNAPSHOT" +version = "2.0.0" @init diff --git a/package.json b/package.json index b9069e2..2204459 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": "1.1.9-SNAPSHOT", + "version": "2.0.0", "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 0caa28e..7a74417 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-website "1.1.9-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-website "2.0.0" :description "website c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"