Skip to content

Commit 3c5c688

Browse files
committed
bump project version to 0.6.0
1 parent aad90dc commit 3c5c688

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
@@ -15,7 +15,7 @@
1515
['clansi "1.0.0" :scope "test"]])
1616
(def lib-deps (concat provided-deps required-deps))
1717
(def all-deps (concat lib-deps test-deps))
18-
(defproject binaryage/oops "0.5.8"
18+
(defproject binaryage/oops "0.6.0"
1919
:description "ClojureScript macros for convenient Javascript object access."
2020
:url "https://github.com/binaryage/cljs-oops"
2121
: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.8") ; this should match our project.clj
3+
(def current-version "0.6.0") ; this should match our project.clj
44

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

0 commit comments

Comments
 (0)