version bump

This commit is contained in:
erik 2022-07-27 11:42:30 +02:00
parent 54caf64a21
commit cbe4d0f9eb
3 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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"

View file

@ -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"