From 5387e849ad65a3f05460d82891f6761d6c80d8f8 Mon Sep 17 00:00:00 2001 From: jerger Date: Tue, 24 May 2022 08:58:50 +0200 Subject: [PATCH] Version 1.1.1 --- package.json | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dfbdbf9..08927fe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-jira", "description": "Generate c4k yaml for a jira deployment.", "author": "meissa GmbH", - "version": "1.1.1-SNAPSHOT", + "version": "1.1.1", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme", "repository": "https://www.npmjs.com/package/c4k-jira", "license": "APACHE2", diff --git a/project.clj b/project.clj index f1099e1..b204035 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-jira "1.1.1-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-jira "1.1.1" :description "jira c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"