From e8a119bfb5a7b0f73bf3cbad2d1d1eee346c6916 Mon Sep 17 00:00:00 2001 From: Antonin Hildebrand Date: Sat, 8 Apr 2023 23:18:36 +0200 Subject: [PATCH] version 1.0.7 --- examples/lein/project.clj | 2 +- project.clj | 2 +- src/lib/devtools/version.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/lein/project.clj b/examples/lein/project.clj index 9ee72a7..b0b2ca5 100644 --- a/examples/lein/project.clj +++ b/examples/lein/project.clj @@ -6,7 +6,7 @@ :dependencies [[org.clojure/clojure "1.10.1"] [org.clojure/clojurescript "1.10.764"] [org.clojure/core.async "1.2.603"] - [binaryage/devtools "1.0.6"] + [binaryage/devtools "1.0.7"] [binaryage/dirac "RELEASE"] [com.cognitect/transit-clj "1.0.324"] [cljs-http "0.1.46"] diff --git a/project.clj b/project.clj index f7a7576..1c08067 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ (def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.11.60")) -(defproject binaryage/devtools "1.0.6" +(defproject binaryage/devtools "1.0.7" :description "A collection of Chrome, Edge and Firefox DevTools enhancements for ClojureScript developers." :url "https://github.com/binaryage/cljs-devtools" :license {:name "MIT License" diff --git a/src/lib/devtools/version.clj b/src/lib/devtools/version.clj index c40fdeb..15a9f9b 100644 --- a/src/lib/devtools/version.clj +++ b/src/lib/devtools/version.clj @@ -1,6 +1,6 @@ (ns devtools.version) -(def current-version "1.0.6") ; this should match our project.clj +(def current-version "1.0.7") ; this should match our project.clj (defmacro get-current-version [] current-version)