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]
|
#adjust [version]
|
||||||
vi project.clj
|
|
||||||
vi project-cljs.clj
|
vi project-cljs.clj
|
||||||
|
|
||||||
git commit -am "release"
|
lein release
|
||||||
git tag -am "release" [release version no]
|
|
||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
|
|
||||||
# bump version - increase version and add -SNAPSHOT
|
# bump version - increase version and add -SNAPSHOT
|
||||||
vi project.clj
|
|
||||||
vi project-cljs.clj
|
vi project-cljs.clj
|
||||||
git commit -am "version bump"
|
git commit -am "version bump"
|
||||||
git push
|
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"
|
:description "Contains predicates and tools for c4k"
|
||||||
:url "https://domaindrivenarchitecture.org"
|
:url "https://domaindrivenarchitecture.org"
|
||||||
:license {:name "Apache License, Version 2.0"
|
: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"
|
:description "Contains predicates and tools for c4k"
|
||||||
:url "https://domaindrivenarchitecture.org"
|
:url "https://domaindrivenarchitecture.org"
|
||||||
:license {:name "Apache License, Version 2.0"
|
:license {:name "Apache License, Version 2.0"
|
||||||
|
|
Loading…
Reference in a new issue