We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ca7b9 commit dcc9df7Copy full SHA for dcc9df7
project.clj
@@ -14,7 +14,7 @@
14
['clj-logging-config "1.9.12" :scope "test"]
15
['clansi "1.0.0" :scope "test"]])
16
(def all-deps (concat provided-deps lib-deps test-deps))
17
-(defproject binaryage/oops "0.5.7"
+(defproject binaryage/oops "0.5.8"
18
:description "ClojureScript macros for convenient Javascript object access."
19
:url "https://github.com/binaryage/cljs-oops"
20
:license {:name "MIT License"
src/lib/oops/version.clj
@@ -1,6 +1,6 @@
1
(ns oops.version)
2
3
-(def current-version "0.5.7") ; this should match our project.clj
+(def current-version "0.5.8") ; this should match our project.clj
4
5
(defmacro get-current-version []
6
current-version)
0 commit comments