Skip to content

Commit

Permalink
version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Mar 5, 2022
1 parent cce2e47 commit 83eb1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
['clansi "1.0.0" :scope "test"]])
(def lib-deps (concat provided-deps required-deps))
(def all-deps (concat lib-deps test-deps))
(defproject binaryage/oops "0.7.1"
(defproject binaryage/oops "0.7.2"
:description "ClojureScript macros for convenient Javascript object access."
:url "https://github.com/binaryage/cljs-oops"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/oops/version.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns oops.version)

(def current-version "0.7.1") ; this should match our project.clj
(def current-version "0.7.2") ; this should match our project.clj

(defmacro get-current-version []
current-version)

0 comments on commit 83eb1ad

Please sign in to comment.