From 2bbfed75d28c8cf36e864b5fa1ee4d721c1b2600 Mon Sep 17 00:00:00 2001 From: patdyn Date: Tue, 6 Aug 2024 11:19:08 +0200 Subject: [PATCH] release: 1.0.7 --- package.json | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c2c4669..4b6bc11 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-shynet", "description": "Generate c4k yaml for a shynet deployment.", "author": "meissa GmbH", - "version": "1.0.7-SNAPSHOT", + "version": "1.0.7", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme", "repository": "https://www.npmjs.com/package/c4k-shynet", "license": "APACHE2", @@ -30,4 +30,4 @@ "shadow-cljs": "^2.11.18", "source-map-support": "^0.5.21" } -} +} \ No newline at end of file diff --git a/project.clj b/project.clj index 18a3d20..7f91293 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.7-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.7" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"