Skip to content

Commit 77cc94e

Browse files
committed
bump dirac version to 1.2.26
1 parent 7f0d08b commit 77cc94e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
(def lib-deps (concat provided-deps required-deps))
5757
(def all-deps (concat lib-deps test-deps))
5858

59-
(defproject binaryage/dirac "1.2.25"
59+
(defproject binaryage/dirac "1.2.26"
6060
:description "Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
6161
:url "https://github.com/binaryage/dirac"
6262
:license {:name "MIT License"

resources/release/manifest.json

+1-1
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.25",
4+
"version": "1.2.26",
55
"browser_action": {
66
"default_title": "Open Dirac DevTools",
77
"default_icon": {

resources/unpacked/manifest.json

+1-1
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.25",
8+
"version": "1.2.26",
99
"browser_action": {
1010
"default_title": "Click to open Dirac DevTools",
1111
"default_icon": {

src/project/dirac/project.clj

+1-1
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.25")
7+
(def version "1.2.26")
88

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

0 commit comments

Comments
 (0)