From 474bf9babaea0850e3633e2309acc5361269f7c0 Mon Sep 17 00:00:00 2001 From: Clemens Geibel Date: Fri, 5 Aug 2022 16:24:27 +0200 Subject: [PATCH] Version 0.1.0 --- package.json | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e448cda..670970c 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.0.1-SNAPSHOT", + "version": "0.1.0", "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 eb5a10c..8c8ffeb 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-gitea "0.0.1-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-gitea "0.1.0" :description "gitea c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"