Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philoskim committed Dec 9, 2019
1 parent f7ea774 commit 6030bbb
Show file tree
Hide file tree
Showing 4 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.5.9"]
[philoskim/debux-stubs "0.6.0"]
----


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.5.9"
(defproject philoskim/debux-stubs "0.6.0"
:description "Debux library for production"
:url "https://github.com/philoskim/debux-stubs"
:license {"Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion src/debux/core.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns debux.core)

;;; config APIs
(defn set-print-seq-length! [num])
(defn set-print-length! [num])

(defn set-debug-mode! [val])
(defmacro set-ns-blacklist! [blacklist])
Expand Down
2 changes: 1 addition & 1 deletion src/debux/cs/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#?(:cljs (enable-console-print!))

;;; config APIS
(defn set-print-seq-length! [num])
(defn set-print-length! [num])

(defn set-debug-mode! [val])
(defmacro set-ns-blacklist! [blacklist])
Expand Down

0 comments on commit 6030bbb

Please sign in to comment.