We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54694e commit e48d19fCopy full SHA for e48d19f
2 files changed
project.clj
@@ -1,5 +1,5 @@
1
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.9.946"))
2
-(defproject binaryage/oops "0.5.6"
+(defproject binaryage/oops "0.5.7"
3
:description "ClojureScript macros for convenient Javascript object access."
4
:url "https://github.com/binaryage/cljs-oops"
5
:license {:name "MIT License"
src/lib/oops/version.clj
@@ -1,6 +1,6 @@
(ns oops.version)
-(def current-version "0.5.6") ; this should match our project.clj
+(def current-version "0.5.7") ; this should match our project.clj
(defmacro get-current-version []
6
current-version)
0 commit comments