Skip to content

Commit

Permalink
version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Feb 25, 2019
1 parent df6e2f7 commit 563bb1b
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 @@ -15,7 +15,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.6.4"
(defproject binaryage/oops "0.7.0"
: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.6.4") ; this should match our project.clj
(def current-version "0.7.0") ; this should match our project.clj

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

0 comments on commit 563bb1b

Please sign in to comment.