Skip to content

Commit ef21c96

Browse files
committed
bump dirac version to 1.2.18
1 parent 08887b2 commit ef21c96

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(def slf4j-log4j12-version "1.7.25")
33
(def figwheel-version "0.5.14")
44
(def selected-clojure-version "1.9.0-beta2")
5-
(defproject binaryage/dirac "1.2.17"
5+
(defproject binaryage/dirac "1.2.18"
66
:description "Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
77
:url "https://github.com/binaryage/dirac"
88
:license {:name "MIT License"

resources/release/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"short_name": "Dirac",
33
"name": "Dirac DevTools",
4-
"version": "1.2.17",
4+
"version": "1.2.18",
55
"browser_action": {
66
"default_title": "Open Dirac DevTools",
77
"default_icon": {

resources/unpacked/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"short_name": "Dirac",
77
"name": "Dirac DevTools",
8-
"version": "1.2.17",
8+
"version": "1.2.18",
99
"browser_action": {
1010
"default_title": "Click to open Dirac DevTools",
1111
"default_icon": {

src/project/dirac/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; but with leiningen design it is non-trivial
55
; the problem is when dirac is used as a checkouts dependency
66

7-
(def version "1.2.17")
7+
(def version "1.2.18")
88

99
(defmacro get-current-version []
1010
version)

0 commit comments

Comments
 (0)