Skip to content

Commit

Permalink
bump dirac version to 1.2.42
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Dec 1, 2018
1 parent 320ec7a commit 1dc916a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -59,7 +59,7 @@
(def lib-deps (concat provided-deps required-deps))
(def all-deps (concat lib-deps test-deps))

(defproject binaryage/dirac "1.2.41"
(defproject binaryage/dirac "1.2.42"
: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.2.41",
"version": "1.2.42",
"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.2.41",
"version": "1.2.42",
"browser_action": {
"default_title": "Click to open Dirac DevTools",
"default_icon": {
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.2.41")
(def version "1.2.42")

(defmacro get-current-version []
version)

0 comments on commit 1dc916a

Please sign in to comment.