From e0f79b2faeafab40abd739ad8f821696ef794df4 Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 21 Oct 2022 12:19:01 +0200 Subject: [PATCH] [Skip-CI] Version bump --- package.json | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index afa3451..1bba68c 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": "0.1.2", + "version": "0.1.3-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 f8cd371..27c57ac 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-website "0.1.2" +(defproject org.domaindrivenarchitecture/c4k-website "0.1.3-SNAPSHOT" :description "website c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"