Skip to content

Commit e48d19f

Browse files
committed
bump project version to 0.5.7
1 parent d54694e commit e48d19f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.9.946"))
2-
(defproject binaryage/oops "0.5.6"
2+
(defproject binaryage/oops "0.5.7"
33
:description "ClojureScript macros for convenient Javascript object access."
44
:url "https://github.com/binaryage/cljs-oops"
55
: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.6") ; this should match our project.clj
3+
(def current-version "0.5.7") ; this should match our project.clj
44

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

0 commit comments

Comments
 (0)