prepare release
This commit is contained in:
parent
a0ce804499
commit
a1969ff619
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# stable release (should be done from master)
|
||||
|
||||
```
|
||||
#adjust [version]
|
||||
#adjust [version] and remove the -SNAPSHOT
|
||||
vi project-cljs.clj
|
||||
|
||||
lein release
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject org.domaindrivenarchitecture/c4k-common-cljs "0.3.0-SNAPSHOT"
|
||||
(defproject org.domaindrivenarchitecture/c4k-common-cljs "0.3.0"
|
||||
:description "Contains predicates and tools for c4k"
|
||||
:url "https://domaindrivenarchitecture.org"
|
||||
:license {:name "Apache License, Version 2.0"
|
||||
|
|
Loading…
Reference in a new issue