prepare release

This commit is contained in:
jem 2021-09-13 09:08:40 +02:00
parent a0ce804499
commit a1969ff619
2 changed files with 2 additions and 2 deletions

View file

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

View file

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