version bump

merge-requests/2/head
erik 2 years ago
parent 54caf64a21
commit cbe4d0f9eb

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

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

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

Loading…
Cancel
Save