From d7abaedd584a8ef1e6efb3599c9447c3192d9bab Mon Sep 17 00:00:00 2001 From: Clemens Geibel Date: Wed, 11 May 2022 14:22:51 +0200 Subject: [PATCH] Version 2.0.0 --- project-cljs.clj | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project-cljs.clj b/project-cljs.clj index bd92c1a..8c8f959 100644 --- a/project-cljs.clj +++ b/project-cljs.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-common-cljs "2.0.0-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-common-cljs "2.0.0" :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 218018a..9473943 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-common-clj "2.0.0-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-common-clj "2.0.0" :description "Contains predicates and tools for c4k" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"