release
This commit is contained in:
parent
50f269e8d4
commit
12afb8df60
3 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue