Skip to content

Commit 79cbaf1

Browse files
committed
version to 1.3.1
1 parent 89f8baa commit 79cbaf1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
(def lib-deps (concat provided-deps required-deps))
6060
(def all-deps (concat lib-deps test-deps))
6161

62-
(defproject binaryage/dirac "1.3.0"
62+
(defproject binaryage/dirac "1.3.1"
6363
:description "Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
6464
:url "https://github.com/binaryage/dirac"
6565
:license {:name "MIT License"

Diff for: 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.3.0",
4+
"version": "1.3.1",
55
"browser_action": {
66
"default_title": "Open Dirac DevTools",
77
"default_icon": {

Diff for: 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.3.0",
8+
"version": "1.3.1",
99
"browser_action": {
1010
"default_title": "Click to open Dirac DevTools",
1111
"default_icon": {

Diff for: 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.3.0")
7+
(def version "1.3.1")
88

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

0 commit comments

Comments
 (0)