Version 0.2.8
This commit is contained in:
parent
9bc93a2b13
commit
65e78b8647
3 changed files with 3 additions and 6 deletions
|
@ -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…
Reference in a new issue