Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pruemmer committed Jul 24, 2019
1 parent a0570b3 commit 38c2878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lazy val commonSettings = Seq(
name := "Eldarica",
organization := "uuverifiers",
version := "2.0",
version := "2.0.1",
scalaVersion := "2.11.12",
crossScalaVersions := Seq("2.11.12", "2.12.8"),
publishTo := Some(Resolver.file("file", new File( "/home/wv/public_html/maven/" )) )
Expand Down
2 changes: 1 addition & 1 deletion src/lazabs/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ object Main {


val greeting =
"Eldarica v2.1.\n(C) Copyright 2012-2019 Hossein Hojjat and Philipp Ruemmer"
"Eldarica v2.0.1.\n(C) Copyright 2012-2019 Hossein Hojjat and Philipp Ruemmer"

def doMain(args: Array[String],
stoppingCond : => Boolean) : Unit = try {
Expand Down

0 comments on commit 38c2878

Please sign in to comment.