Skip to content

Commit

Permalink
bump project version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Nov 7, 2018
1 parent 3d93f8e commit 51e1b52
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.2"
(defproject binaryage/oops "0.6.3"
: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.2") ; this should match our project.clj
(def current-version "0.6.3") ; this should match our project.clj

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

0 comments on commit 51e1b52

Please sign in to comment.