Prep for release
This commit is contained in:
parent
ddce8eb107
commit
f4cfa7f203
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "c4k-common-cljs",
|
||||
"description": "Contains predicates and tools for c4k",
|
||||
"author": "meissa GmbH",
|
||||
"version": "0.2.0-SNAPSHOT",
|
||||
"version": "4.0.0",
|
||||
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-common#readme",
|
||||
"repository": "https://www.npmjs.com/package/c4k-common",
|
||||
"license": "APACHE2",
|
||||
|
@ -19,7 +19,7 @@
|
|||
"convention4kubernetes"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/domaindrivenarchitecture/c4k-common/issues"
|
||||
"url": "https://repo.prod.meissa.de/meissa/c4k-common/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"js-base64": "^3.7.2",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject org.domaindrivenarchitecture/c4k-common-cljs "4.0.0-SNAPSHOT"
|
||||
(defproject org.domaindrivenarchitecture/c4k-common-cljs "4.0.0"
|
||||
:description "Contains predicates and tools for c4k"
|
||||
:url "https://domaindrivenarchitecture.org"
|
||||
:license {:name "Apache License, Version 2.0"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject org.domaindrivenarchitecture/c4k-common-clj "4.0.0-SNAPSHOT"
|
||||
(defproject org.domaindrivenarchitecture/c4k-common-clj "4.0.0"
|
||||
:description "Contains predicates and tools for c4k"
|
||||
:url "https://domaindrivenarchitecture.org"
|
||||
:license {:name "Apache License, Version 2.0"
|
||||
|
|
Loading…
Reference in a new issue