Skip to content

Commit

Permalink
version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Feb 9, 2019
1 parent 8cecc6c commit 58c6606
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project.clj
Expand Up @@ -59,7 +59,7 @@
(def lib-deps (concat provided-deps required-deps))
(def all-deps (concat lib-deps test-deps))

(defproject binaryage/dirac "1.3.1"
(defproject binaryage/dirac "1.3.2"
: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
@@ -1,7 +1,7 @@
{
"short_name": "Dirac",
"name": "Dirac DevTools",
"version": "1.3.1",
"version": "1.3.2",
"browser_action": {
"default_title": "Open Dirac DevTools",
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion resources/unpacked/manifest.json
Expand Up @@ -5,7 +5,7 @@
{
"short_name": "Dirac",
"name": "Dirac DevTools",
"version": "1.3.1",
"version": "1.3.2",
"browser_action": {
"default_title": "Click to open Dirac DevTools",
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion src/project/dirac/project.clj
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 "1.3.1")
(def version "1.3.2")

(defmacro get-current-version []
version)

0 comments on commit 58c6606

Please sign in to comment.