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"