Skip to content

Commit 675fb9c

Browse files
committed
version 1.0.0
1 parent a6aa55c commit 675fb9c

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.597"]
88
[org.clojure/core.async "0.7.559"]
9-
[binaryage/devtools "0.9.11"]
9+
[binaryage/devtools "1.0.0"]
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.597"))
2-
(defproject binaryage/devtools "0.9.11"
2+
(defproject binaryage/devtools "1.0.0"
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.11") ; this should match our project.clj
3+
(def current-version "1.0.0") ; this should match our project.clj
44

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

0 commit comments

Comments
 (0)