Skip to content

Commit

Permalink
bump project version to 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Nov 29, 2017
1 parent a8ca7b9 commit dcc9df7
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 @@
['clj-logging-config "1.9.12" :scope "test"]
['clansi "1.0.0" :scope "test"]])
(def all-deps (concat provided-deps lib-deps test-deps))
(defproject binaryage/oops "0.5.7"
(defproject binaryage/oops "0.5.8"
: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.5.7") ; this should match our project.clj
(def current-version "0.5.8") ; this should match our project.clj

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

0 comments on commit dcc9df7

Please sign in to comment.