From 0428ca34a26441fd25692480586350173d2af831 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 25 Feb 2022 11:43:45 +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 f761ab8..c43988e 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.5", + "version": "1.0.6-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 2329a50..6624f48 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.5" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.6-SNAPSHOT" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"