Skip to content

Commit 681fe35

Browse files
committed
version 0.9.11
1 parent 9647ff8 commit 681fe35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/lein/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:dependencies [[org.clojure/clojure "1.10.1"]
77
[org.clojure/clojurescript "1.10.520"]
88
[org.clojure/core.async "0.4.500"]
9-
[binaryage/devtools "0.9.10"]
9+
[binaryage/devtools "0.9.11"]
1010
[binaryage/dirac "RELEASE"]
1111
[com.cognitect/transit-clj "0.8.319"]
1212
[cljs-http "0.1.46"]

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.10.520"))
2-
(defproject binaryage/devtools "0.9.10"
2+
(defproject binaryage/devtools "0.9.11"
33
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
44
:url "https://github.com/binaryage/cljs-devtools"
55
:license {:name "MIT License"

src/lib/devtools/version.clj

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

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

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

0 commit comments

Comments
 (0)