From 6b318e1b79e89efcc9f09397371c158d3eb5905c Mon Sep 17 00:00:00 2001 From: Clemens Date: Wed, 12 Apr 2023 16:53:54 +0200 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 8366af5..9d8c660 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.1.3", + "version": "1.1.4-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 acd6009..dc654fc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-website "1.1.3" +(defproject org.domaindrivenarchitecture/c4k-website "1.1.4-SNAPSHOT" :description "website c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"