version bump
This commit is contained in:
parent
54caf64a21
commit
cbe4d0f9eb
3 changed files with 5 additions and 2 deletions
|
@ -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…
Reference in a new issue