Version 3.0.1

merge-requests/4/merge 3.0.1
jerger 2 years ago
parent ed1127edfb
commit 18526e8c08

@ -2,7 +2,7 @@
"name": "c4k-nextcloud",
"description": "Generate c4k yaml for a nextcloud deployment.",
"author": "meissa GmbH",
"version": "3.0.0-SNAPSHOT",
"version": "3.0.1",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-nextcloud#readme",
"repository": "https://www.npmjs.com/package/c4k-nextcloud",
"license": "APACHE2",

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-nextcloud "3.0.1-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-nextcloud "3.0.1"
:description "nextcloud c4k-installation package"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"
@ -29,7 +29,7 @@
["vcs" "assert-committed"]
["change" "version" "leiningen.release/bump-version" "release"]
["vcs" "commit"]
["vcs" "tag"]
["vcs" "tag" "--no-sign"]
["change" "version" "leiningen.release/bump-version"]]
:aliases {"native" ["shell"
"native-image"

Loading…
Cancel
Save