Prep for release

This commit is contained in:
jerger 2022-12-27 20:25:04 +01:00
parent ddce8eb107
commit f4cfa7f203
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
"name": "c4k-common-cljs", "name": "c4k-common-cljs",
"description": "Contains predicates and tools for c4k", "description": "Contains predicates and tools for c4k",
"author": "meissa GmbH", "author": "meissa GmbH",
"version": "0.2.0-SNAPSHOT", "version": "4.0.0",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-common#readme", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-common#readme",
"repository": "https://www.npmjs.com/package/c4k-common", "repository": "https://www.npmjs.com/package/c4k-common",
"license": "APACHE2", "license": "APACHE2",
@ -19,7 +19,7 @@
"convention4kubernetes" "convention4kubernetes"
], ],
"bugs": { "bugs": {
"url": "https://gitlab.com/domaindrivenarchitecture/c4k-common/issues" "url": "https://repo.prod.meissa.de/meissa/c4k-common/issues"
}, },
"dependencies": { "dependencies": {
"js-base64": "^3.7.2", "js-base64": "^3.7.2",

View file

@ -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" :description "Contains predicates and tools for c4k"
:url "https://domaindrivenarchitecture.org" :url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0" :license {:name "Apache License, Version 2.0"

View file

@ -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" :description "Contains predicates and tools for c4k"
:url "https://domaindrivenarchitecture.org" :url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0" :license {:name "Apache License, Version 2.0"