Skip to content

Commit

Permalink
version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Nov 1, 2020
1 parent 7df4c0b commit 43b4f70
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/figwheel-main/deps.edn
Expand Up @@ -4,7 +4,7 @@
cljsjs/react-dom {:mvn/version "16.13.1-0"}
cljsjs/create-react-class {:mvn/version "15.6.3-1"}
sablono {:mvn/version "0.8.6"}
binaryage/dirac {:mvn/version "1.6.1"}}
binaryage/dirac {:mvn/version "1.7.0"}}
:paths ["src/main" "resources"]
:aliases {:fig {:extra-deps {com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}
com.bhauman/figwheel-main {:mvn/version "0.2.5"}}
Expand Down
2 changes: 1 addition & 1 deletion examples/leiningen/project.clj
@@ -1,5 +1,5 @@
(def devtools-version "1.0.2")
(def dirac-version "1.6.1")
(def dirac-version "1.7.0")
(def figwheel-version "0.5.20")
(defproject binaryage/dirac-lein "0.1.0-SNAPSHOT"
:description "An example integration of Dirac DevTools with a Leiningen-based project"
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -64,7 +64,7 @@
(def lib-deps (concat provided-deps required-deps))
(def all-deps (concat lib-deps test-deps))

(defproject binaryage/dirac "1.6.1"
(defproject binaryage/dirac "1.7.0"
:description "Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
:url "https://github.com/binaryage/dirac"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion resources/release/manifest.json
@@ -1,7 +1,7 @@
{
"short_name": "Dirac",
"name": "Dirac DevTools",
"version": "1.6.1",
"version": "1.7.0",
"browser_action": {
"default_title": "Open Dirac DevTools",
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion resources/unpacked/manifest.json
Expand Up @@ -5,7 +5,7 @@
{
"short_name": "Dirac",
"name": "Dirac DevTools",
"version": "1.6.1",
"version": "1.7.0",
"browser_action": {
"default_title": "Click to open Dirac DevTools",
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/dirac/main/cli.clj
Expand Up @@ -4,7 +4,7 @@
[clj-sub-command.core :refer [parse-cmds]]))

(def cli-name "dirac")
(def cli-version "1.6.1")
(def cli-version "1.7.0")
(def cli-description "A command-line tool for Dirac DevTools.")

; -- options ----------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/project/dirac/project.clj
Expand Up @@ -4,7 +4,7 @@
; but with leiningen design it is non-trivial
; the problem is when dirac is used as a checkouts dependency

(def version "1.6.1")
(def version "1.7.0")

(defmacro get-current-version []
version)

0 comments on commit 43b4f70

Please sign in to comment.