From 3972caa47b4b73115829f897a1840de8d739a738 Mon Sep 17 00:00:00 2001 From: Philos Kim Date: Mon, 21 Sep 2020 11:46:21 +0900 Subject: [PATCH] v0.7.6 --- README.adoc | 2 +- project.clj | 2 +- src/debux/cs/core.cljc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index b6f9dc3..4ab450c 100644 --- a/README.adoc +++ b/README.adoc @@ -17,7 +17,7 @@ [listing] ---- -[philoskim/debux-stubs "0.7.5"] +[philoskim/debux-stubs "0.7.6"] ---- diff --git a/project.clj b/project.clj index 43c84f2..446b7a6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject philoskim/debux-stubs "0.7.5" +(defproject philoskim/debux-stubs "0.7.6" :description "Debux library for production" :url "https://github.com/philoskim/debux-stubs" :license {:name "Eclipse Public License - v 1.0" diff --git a/src/debux/cs/core.cljc b/src/debux/cs/core.cljc index 20b3269..1a73b9a 100755 --- a/src/debux/cs/core.cljc +++ b/src/debux/cs/core.cljc @@ -35,8 +35,8 @@ ;;; tag literals -(defn clog-tag [from] form) -(defn clogn-tag [from] form) +(defn clog-tag [form] form) +(defn clogn-tag [form] form) ;;; macro registering APIs