Skip to content

Commit

Permalink
version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jan 31, 2019
1 parent 89f8baa commit 79cbaf1
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.0"
(defproject binaryage/dirac "1.3.1"
: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.0",
"version": "1.3.1",
"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.0",
"version": "1.3.1",
"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.0")
(def version "1.3.1")

(defmacro get-current-version []
version)

0 comments on commit 79cbaf1

Please sign in to comment.