Version 0.2.8

This commit is contained in:
jem 2021-07-09 20:14:25 +02:00
parent 9bc93a2b13
commit 65e78b8647
3 changed files with 3 additions and 6 deletions

View file

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

View file

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

View file

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