From 3d13f235a86d2f22c16f313872582432830d0cbe Mon Sep 17 00:00:00 2001 From: James Reeves Date: Tue, 19 Mar 2019 15:28:14 +0000 Subject: [PATCH] Release 0.4.1 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 966d0c5..c5027ea 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ production and development. To install, add the following to your project `:dependencies`: - [duct/module.cljs "0.4.0"] + [duct/module.cljs "0.4.1"] ## Usage diff --git a/project.clj b/project.clj index dab3168..5a8bba0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject duct/module.cljs "0.4.0" +(defproject duct/module.cljs "0.4.1" :description "Duct module for developing and compiling ClojureScript" :url "https://github.com/duct-framework/module.cljs" :license {:name "Eclipse Public License"