Skip to content

Commit

Permalink
0.4.4 development
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jun 2, 2015
1 parent f53f7c2 commit eed43aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,11 @@ Other tools, like Classycle or Structure 101 also allow similar verification to
the metadata upfront in an "architecture" file or keeping it in an external file
* packages are treated in a hierarchical manner, with proper parent-child relationships

Licensed under Apache2.
Licensed under Apache2.

#### Version 0.4.3 (2 Jun 2015)

* Bug fixes

#### Version 0.4.2 (6 Oct 2014)

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import scala.Some
object BuildSettings {
val buildSettings = Defaults.defaultSettings ++ Seq (
organization := "org.veripacks",
version := "0.4.3",
version := "0.4.4-SNAPSHOT",
scalaVersion := "2.11.6",
javacOptions ++= Seq("-source", "1.5", "-target", "1.5"),
javacOptions in doc := Seq("-source", "1.5"),
Expand Down

0 comments on commit eed43aa

Please sign in to comment.