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 aad90dc commit 3c5c688Copy full SHA for 3c5c688
project.clj
@@ -15,7 +15,7 @@
15
['clansi "1.0.0" :scope "test"]])
16
(def lib-deps (concat provided-deps required-deps))
17
(def all-deps (concat lib-deps test-deps))
18
-(defproject binaryage/oops "0.5.8"
+(defproject binaryage/oops "0.6.0"
19
:description "ClojureScript macros for convenient Javascript object access."
20
:url "https://github.com/binaryage/cljs-oops"
21
:license {:name "MIT License"
src/lib/oops/version.clj
@@ -1,6 +1,6 @@
1
(ns oops.version)
2
3
-(def current-version "0.5.8") ; this should match our project.clj
+(def current-version "0.6.0") ; this should match our project.clj
4
5
(defmacro get-current-version []
6
current-version)
0 commit comments