Version 0.2.8

merge-requests/1/merge 0.2.8
jem 3 years ago
parent 9bc93a2b13
commit 65e78b8647

@ -2,15 +2,12 @@
```
#adjust [version]
vi project.clj
vi project-cljs.clj
git commit -am "release"
git tag -am "release" [release version no]
lein release
git push --follow-tags
# bump version - increase version and add -SNAPSHOT
vi project.clj
vi project-cljs.clj
git commit -am "version bump"
git push

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-common-cljs "0.2.2-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-common-cljs "0.2.8"
: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 "0.2.8-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-common-clj "0.2.8"
:description "Contains predicates and tools for c4k"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"

Loading…
Cancel
Save