Skip to content

Commit dcc9df7

Browse files
committed
bump project version to 0.5.8
1 parent a8ca7b9 commit dcc9df7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
['clj-logging-config "1.9.12" :scope "test"]
1515
['clansi "1.0.0" :scope "test"]])
1616
(def all-deps (concat provided-deps lib-deps test-deps))
17-
(defproject binaryage/oops "0.5.7"
17+
(defproject binaryage/oops "0.5.8"
1818
:description "ClojureScript macros for convenient Javascript object access."
1919
:url "https://github.com/binaryage/cljs-oops"
2020
:license {:name "MIT License"

src/lib/oops/version.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(ns oops.version)
22

3-
(def current-version "0.5.7") ; this should match our project.clj
3+
(def current-version "0.5.8") ; this should match our project.clj
44

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

0 commit comments

Comments
 (0)