File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- (defproject binaryage /dirac " 0.6.1 "
1+ (defproject binaryage /dirac " 0.6.2 "
22 :description " Dirac DevTools - a Chrome DevTools fork for ClojureScript developers."
33 :url " https://github.com/binaryage/dirac"
44 :license {:name " MIT License"
Original file line number Diff line number Diff line change 11{
22 "short_name" : " Dirac" ,
33 "name" : " Dirac DevTools" ,
4- "version" : " 0.6.1 " ,
4+ "version" : " 0.6.2 " ,
55 "browser_action" : {
66 "default_title" : " Open Dirac DevTools" ,
77 "default_icon" : {
Original file line number Diff line number Diff line change 55{
66 "short_name" : " Dirac" ,
77 "name" : " Dirac DevTools" ,
8- "version" : " 0.6.1 " ,
8+ "version" : " 0.6.2 " ,
99 "browser_action" : {
1010 "default_title" : " Click to open Dirac DevTools" ,
1111 "default_icon" : {
Original file line number Diff line number Diff line change 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.6.1 " )
7+ (def version " 0.6.2 " )
88
99(defmacro get-current-version []
1010 version )
You can’t perform that action at this time.
0 commit comments