Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
philoskim committed Sep 21, 2020
1 parent 943b69d commit 3972caa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[listing]
----
[philoskim/debux-stubs "0.7.5"]
[philoskim/debux-stubs "0.7.6"]
----


Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/debux/cs/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3972caa

Please sign in to comment.