Skip to content

Commit

Permalink
bump dirac version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Apr 20, 2016
1 parent 5678090 commit 88704b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject binaryage/dirac "0.1.4"
(defproject binaryage/dirac "0.2.0"
:description "Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
:url "https://github.com/binaryage/dirac"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion resources/release/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"short_name": "Dirac",
"name": "Dirac DevTools",
"version": "0.1.4",
"version": "0.2.0",
"browser_action": {
"default_title": "Open Dirac DevTools",
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion resources/unpacked/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"short_name": "Dirac",
"name": "Dirac DevTools",
"version": "0.1.4",
"version": "0.2.0",
"browser_action": {
"default_title": "Click to open Dirac DevTools",
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion src/project/dirac/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
; but with leiningen design it is non-trivial
; the problem is when dirac is used as a checkouts dependency

(def version "0.1.4")
(def version "0.2.0")

(defmacro get-current-version []
version)

0 comments on commit 88704b8

Please sign in to comment.