From cbe4d0f9eb6cb691e8f2486d185b78fbd4f8d328 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 27 Jul 2022 11:42:30 +0200 Subject: [PATCH] version bump --- doc/Releasing.md | 3 +++ project-cljs.clj | 2 +- project.clj | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/Releasing.md b/doc/Releasing.md index 8aeea73..b6228d5 100644 --- a/doc/Releasing.md +++ b/doc/Releasing.md @@ -4,6 +4,9 @@ #adjust [version] and remove the -SNAPSHOT vi project-cljs.clj +git add project-cljs.clj +git commit -m "Prep for release" + lein release git push --follow-tags diff --git a/project-cljs.clj b/project-cljs.clj index 4a41845..0f6d7df 100644 --- a/project-cljs.clj +++ b/project-cljs.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-common-cljs "2.1.1" +(defproject org.domaindrivenarchitecture/c4k-common-cljs "2.1.2-SNAPSHOT" :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 50ec66e..35bfa2c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-common-clj "2.1.1" +(defproject org.domaindrivenarchitecture/c4k-common-clj "2.1.2-SNAPSHOT" :description "Contains predicates and tools for c4k" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"