Skip to content

Commit f625a9d

Browse files
committed
updated version numbers as preparation for release
1 parent a946f89 commit f625a9d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

degraph/src/demo/resource/example1.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
output = example1.graphml
2-
classpath = ../lib/degraph-0.1.2.jar
2+
classpath = ../lib/degraph-0.1.4.jar
33
exclude = java*.**
44
exclude = scala.**
55
exclude = org.scalatest.**

degraph/src/main/scala/de/schauderhaft/degraph/app/CommandLineParser.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object CommandLineParser {
1010
def parse(args: Seq[String]) = {
1111
new LazyScallopConf(args) {
1212

13-
version("Degraph Version 0.1.2")
13+
version("Degraph Version 0.1.4")
1414
banner("""Degraph analyses class and jar files and creates graphml documents out of it
1515
for visualizing dependencies.""")
1616
footer("""See https://github.com/schauder/degraph for more information""")

releaseNotes.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Release Notes
22

3-
## 0.1.4 (upcoming)
4-
3+
## 0.1.4
54

65
### New Features
76

0 commit comments

Comments
 (0)