From a577479d353f19b05b98f46be39e2a13985d3cfd Mon Sep 17 00:00:00 2001 From: Racheal Mwatela Date: Mon, 28 Oct 2019 15:51:49 +0300 Subject: [PATCH] Create snapshot Signed-off-by: Racheal Mwatela --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8e6eb2d..f7759f6 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ [path] (str "resources/public/js/compiled/" path)) -(defproject onaio/chimera "0.0.10" +(defproject onaio/chimera "0.0.11-SNAPSHOT" :description "Collection of useful Clojure(Script) functions." :dependencies [[clj-time "0.12.2"] [com.cognitect/transit-cljs "0.8.239"]