This commit is contained in:
jerger 2022-12-28 18:05:09 +01:00
parent 50f269e8d4
commit 12afb8df60
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"name": "c4k-common-cljs",
"description": "Contains predicates and tools for c4k",
"author": "meissa GmbH",
"version": "5.0.0",
"version": "5.0.1",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-common#readme",
"repository": "https://www.npmjs.com/package/c4k-common",
"license": "APACHE2",

View file

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-common-cljs "5.0.0"
(defproject org.domaindrivenarchitecture/c4k-common-cljs "5.0.1"
:description "Contains predicates and tools for c4k"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"

View file

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-common-clj "5.0.0-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-common-clj "5.0.1"
:description "Contains predicates and tools for c4k"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"