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 804f81c commit 47581d1Copy full SHA for 47581d1
project.clj
@@ -14,7 +14,7 @@
14
['clansi "1.0.0" :scope "test"]])
15
(def lib-deps (concat provided-deps required-deps))
16
(def all-deps (concat lib-deps test-deps))
17
-(defproject binaryage/oops "0.7.0"
+(defproject binaryage/oops "0.7.1"
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.7.0") ; this should match our project.clj
+(def current-version "0.7.1") ; this should match our project.clj
4
5
(defmacro get-current-version []
6
current-version)
0 commit comments