release: 1.0.0

This commit is contained in:
erik 2023-11-08 14:58:09 +01:00
parent b0b8a8105a
commit ffcd34b632
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"name": "c4k-taiga",
"description": "Generate c4k yaml for a taiga project management deployment.",
"author": "meissa GmbH",
"version": "0.0.1-SNAPSHOT",
"version": "1.0.0",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-taiga#readme",
"repository": "https://www.npmjs.com/package/c4k-taiga",
"license": "APACHE2",
@ -30,4 +30,4 @@
"shadow-cljs": "^2.11.18",
"source-map-support": "^0.5.19"
}
}
}

View file

@ -3,7 +3,7 @@
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
:dependencies [[org.clojure/clojure "1.11.1"]
:dependencies [[org.clojure/clojure "1.0.0"]
[org.clojure/tools.reader "1.3.6"]
[org.domaindrivenarchitecture/c4k-common-clj "6.1.0"]
[hickory "0.7.1" :exclusions [viebel/codox-klipse-theme]]]