diff --git a/package.json b/package.json index 9dde8a6..8fc686d 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": "1.0.0", + "version": "1.0.1-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-website#readme", "repository": "https://www.npmjs.com/package/c4k-website", "license": "APACHE2", diff --git a/project.clj b/project.clj index 9ecb826..2e07321 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-website "0.2.1" +(defproject org.domaindrivenarchitecture/c4k-website "0.2.2-SNAPSHOT" :description "website c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"