Skip to content

Commit

Permalink
version 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Apr 25, 2020
1 parent de7f9b6 commit f9fc0a2
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cljsjs/react-dom {:mvn/version "16.12.0-1"}
cljsjs/create-react-class {:mvn/version "15.6.3-1"}
sablono {:mvn/version "0.8.6"}
binaryage/dirac {:mvn/version "1.5.10"}}
binaryage/dirac {:mvn/version "1.5.11"}}
: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.3"}}
Expand Down
2 changes: 1 addition & 1 deletion examples/leiningen/project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(def devtools-version "0.9.11")
(def dirac-version "1.5.10")
(def dirac-version "1.5.11")
(def figwheel-version "0.5.19")
(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
Original file line number Diff line number Diff line change
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.5.10"
(defproject binaryage/dirac "1.5.11"
: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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Dirac",
"name": "Dirac DevTools",
"version": "1.5.10",
"version": "1.5.11",
"browser_action": {
"default_title": "Open Dirac DevTools",
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion resources/unpacked/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"short_name": "Dirac",
"name": "Dirac DevTools",
"version": "1.5.10",
"version": "1.5.11",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[clj-sub-command.core :refer [parse-cmds]]))

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

; -- options ----------------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/project/dirac/project.clj
Original file line number Diff line number Diff line change
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.5.10")
(def version "1.5.11")

(defmacro get-current-version []
version)

0 comments on commit f9fc0a2

Please sign in to comment.