diff --git a/package.json b/package.json index 8401118..514f6e2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-taiga", "description": "Generate c4k yaml for a taiga project management deployment.", "author": "meissa GmbH", - "version": "1.1.0", + "version": "1.1.1-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-taiga#readme", "repository": "https://www.npmjs.com/package/c4k-taiga", "license": "APACHE2", diff --git a/project.clj b/project.clj index 05c1ae6..bda3ce0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-taiga "1.1.0" +(defproject org.domaindrivenarchitecture/c4k-taiga "1.1.1-SNAPSHOT" :description "taiga c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"