File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.6 " ]
9+ [binaryage/devtools " 1.0.7 " ]
1010 [binaryage/dirac " RELEASE" ]
1111 [com.cognitect/transit-clj " 1.0.324" ]
1212 [cljs-http " 0.1.46" ]
Original file line number Diff line number Diff line change 11(def clojurescript-version (or (System/getenv " CANARY_CLOJURESCRIPT_VERSION" ) " 1.11.60" ))
2- (defproject binaryage /devtools " 1.0.6 "
2+ (defproject binaryage /devtools " 1.0.7 "
33 :description " A collection of Chrome, Edge and Firefox DevTools enhancements for ClojureScript developers."
44 :url " https://github.com/binaryage/cljs-devtools"
55 :license {:name " MIT License"
Original file line number Diff line number Diff line change 11(ns devtools.version )
22
3- (def current-version " 1.0.6 " ) ; this should match our project.clj
3+ (def current-version " 1.0.7 " ) ; this should match our project.clj
44
55(defmacro get-current-version []
66 current-version )
You can’t perform that action at this time.
0 commit comments