Skip to content

Commit 2a97874

Browse files
committed
bump dirac version to 0.3.0
1 parent 489be1e commit 2a97874

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
@@ -1,4 +1,4 @@
1-
(defproject binaryage/dirac "0.2.0"
1+
(defproject binaryage/dirac "0.3.0"
22
:description "Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
33
:url "https://github.com/binaryage/dirac"
44
: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": "0.2.0",
4+
"version": "0.3.0",
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": "0.2.0",
8+
"version": "0.3.0",
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 "0.2.0")
7+
(def version "0.3.0")
88

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

0 commit comments

Comments
 (0)