From 8e8e6a0d7095abe0243c964569173b6f025b719f Mon Sep 17 00:00:00 2001 From: Clemens Geibel Date: Fri, 5 Aug 2022 16:25:36 +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 670970c..a4e4e53 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-gitea", "description": "Generate c4k yaml for a gitea deployment.", "author": "meissa GmbH", - "version": "0.1.0", + "version": "0.1.1-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-gitea#readme", "repository": "https://www.npmjs.com/package/c4k-gitea", "license": "APACHE2", diff --git a/project.clj b/project.clj index 8c8ffeb..4bd5baa 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-gitea "0.1.0" +(defproject org.domaindrivenarchitecture/c4k-gitea "0.1.1-SNAPSHOT" :description "gitea c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"