From b3f3431062183076ff55a427d6b59f996f8d0df9 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 10:52:24 +0100 Subject: [PATCH] version bump --- package.json | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 08df2ae..d0a81e6 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.3", + "version": "1.0.4-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme", "repository": "https://www.npmjs.com/package/c4k-shynet", "license": "APACHE2", diff --git a/project.clj b/project.clj index 3143d9c..99e4d28 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.3" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4-SNAPSHOT" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"