File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
:dependencies [[org.clojure/clojure " 1.10.1" ]
7
7
[org.clojure/clojurescript " 1.10.764" ]
8
8
[org.clojure/core.async " 1.2.603" ]
9
- [binaryage/devtools " 1.0.0 " ]
9
+ [binaryage/devtools " 1.0.1 " ]
10
10
[binaryage/dirac " RELEASE" ]
11
11
[com.cognitect/transit-clj " 1.0.324" ]
12
12
[cljs-http " 0.1.46" ]
Original file line number Diff line number Diff line change 1
1
(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 "
3
3
:description " A collection of Chrome DevTools enhancements for ClojureScript developers."
4
4
:url " https://github.com/binaryage/cljs-devtools"
5
5
:license {:name " MIT License"
Original file line number Diff line number Diff line change 1
1
(ns devtools.version )
2
2
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
4
4
5
5
(defmacro get-current-version []
6
6
current-version )
You can’t perform that action at this time.
0 commit comments