Skip to content

Commit 78c03b5

Browse files
committed
version 1.0.1
1 parent 39e4e5b commit 78c03b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/lein/project.clj

+1-1
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.764"]
88
[org.clojure/core.async "1.2.603"]
9-
[binaryage/devtools "1.0.0"]
9+
[binaryage/devtools "1.0.1"]
1010
[binaryage/dirac "RELEASE"]
1111
[com.cognitect/transit-clj "1.0.324"]
1212
[cljs-http "0.1.46"]

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.764"))
2-
(defproject binaryage/devtools "1.0.0"
2+
(defproject binaryage/devtools "1.0.1"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(ns devtools.version)
22

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

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

0 commit comments

Comments
 (0)