From b4721225ce5739b9d84fb0102ea839ec11500a6b Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 11 Oct 2022 08:37:45 +0200 Subject: [PATCH] Release --- package.json | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 29a98f2..9bf4285 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": "0.1.1-SNAPSHOT", + "version": "0.1.0", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-website#readme", "repository": "https://www.npmjs.com/package/c4k-website", "license": "APACHE2", @@ -30,4 +30,4 @@ "shadow-cljs": "^2.11.18", "source-map-support": "^0.5.19" } -} +} \ No newline at end of file diff --git a/project.clj b/project.clj index d0111b3..05b86f4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-website "0.1.1-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-website "0.1.0-SNAPSHOT" :description "website c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"