File tree 3 files changed +3
-4
lines changed
main/scala/de/schauderhaft/degraph/app
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
output = example1.graphml
2
- classpath = ../lib/degraph-0.1.2 .jar
2
+ classpath = ../lib/degraph-0.1.4 .jar
3
3
exclude = java*.**
4
4
exclude = scala.**
5
5
exclude = org.scalatest.**
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ object CommandLineParser {
10
10
def parse (args : Seq [String ]) = {
11
11
new LazyScallopConf (args) {
12
12
13
- version(" Degraph Version 0.1.2 " )
13
+ version(" Degraph Version 0.1.4 " )
14
14
banner(""" Degraph analyses class and jar files and creates graphml documents out of it
15
15
for visualizing dependencies.""" )
16
16
footer(""" See https://github.com/schauder/degraph for more information""" )
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## 0.1.4 (upcoming)
4
-
3
+ ## 0.1.4
5
4
6
5
### New Features
7
6
You can’t perform that action at this time.
0 commit comments