From a1969ff6199a0cc881414a30f250fc4d0cdd53fc Mon Sep 17 00:00:00 2001 From: jem Date: Mon, 13 Sep 2021 09:08:40 +0200 Subject: [PATCH] prepare release --- doc/Releasing.md | 2 +- project-cljs.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Releasing.md b/doc/Releasing.md index df84f9e..8aeea73 100644 --- a/doc/Releasing.md +++ b/doc/Releasing.md @@ -1,7 +1,7 @@ # stable release (should be done from master) ``` -#adjust [version] +#adjust [version] and remove the -SNAPSHOT vi project-cljs.clj lein release diff --git a/project-cljs.clj b/project-cljs.clj index b840852..7027967 100644 --- a/project-cljs.clj +++ b/project-cljs.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-common-cljs "0.3.0-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-common-cljs "0.3.0" :description "Contains predicates and tools for c4k" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"