prep for release

This commit is contained in:
bom 2022-05-13 15:37:42 +02:00
parent 507e267fde
commit 181b4c9e09
2 changed files with 2 additions and 5 deletions

View file

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-common-cljs "2.0.3-SNAPSHOT" (defproject org.domaindrivenarchitecture/c4k-common-cljs "2.0.3"
: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"

View file

@ -21,6 +21,3 @@
(defmulti load-resource dispatch-by-resource-name) (defmulti load-resource dispatch-by-resource-name)
(defmulti load-as-edn dispatch-by-resource-name) (defmulti load-as-edn dispatch-by-resource-name)
(defmethod load-as-edn :clj [resource-name]
(from-string (load-resource resource-name)))