diff --git a/package.json b/package.json index 06a131d..917d970 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.4", + "version": "1.0.5-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 f51253e..2f6ed01 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.4" +(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.5-SNAPSHOT" :description "shynet c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"