File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
(def clj-logging-config-version " 1.9.12" )
2
2
(def slf4j-log4j12-version " 1.7.22" )
3
- (defproject binaryage /dirac " 1.2.6 "
3
+ (defproject binaryage /dirac " 1.2.7 "
4
4
:description " Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
5
5
:url " https://github.com/binaryage/dirac"
6
6
:license {:name " MIT License"
Original file line number Diff line number Diff line change 1
1
{
2
2
"short_name" : " Dirac" ,
3
3
"name" : " Dirac DevTools" ,
4
- "version" : " 1.2.6 " ,
4
+ "version" : " 1.2.7 " ,
5
5
"browser_action" : {
6
6
"default_title" : " Open Dirac DevTools" ,
7
7
"default_icon" : {
Original file line number Diff line number Diff line change 5
5
{
6
6
"short_name" : " Dirac" ,
7
7
"name" : " Dirac DevTools" ,
8
- "version" : " 1.2.6 " ,
8
+ "version" : " 1.2.7 " ,
9
9
"browser_action" : {
10
10
"default_title" : " Click to open Dirac DevTools" ,
11
11
"default_icon" : {
Original file line number Diff line number Diff line change 4
4
; but with leiningen design it is non-trivial
5
5
; the problem is when dirac is used as a checkouts dependency
6
6
7
- (def version " 1.2.6 " )
7
+ (def version " 1.2.7 " )
8
8
9
9
(defmacro get-current-version []
10
10
version )
You can’t perform that action at this time.
0 commit comments