diff --git a/package.json b/package.json index 76c2112..c674561 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/project-cljs.clj b/project-cljs.clj index fdaf450..6108764 100644 --- a/project-cljs.clj +++ b/project-cljs.clj @@ -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" diff --git a/project.clj b/project.clj index 9df766d..e7d2f3c 100644 --- a/project.clj +++ b/project.clj @@ -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"