Skip to content

Commit bfaf47c

Browse files
committed
bump dirac version to 1.2.28
1 parent 6870cbb commit bfaf47c

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
@@ -57,7 +57,7 @@
5757
(def lib-deps (concat provided-deps required-deps))
5858
(def all-deps (concat lib-deps test-deps))
5959

60-
(defproject binaryage/dirac "1.2.27"
60+
(defproject binaryage/dirac "1.2.28"
6161
:description "Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
6262
:url "https://github.com/binaryage/dirac"
6363
: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.27",
4+
"version": "1.2.28",
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.27",
8+
"version": "1.2.28",
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.27")
7+
(def version "1.2.28")
88

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

0 commit comments

Comments
 (0)