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.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" ]
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments