Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
saurfang committed Jun 24, 2015
1 parent 67cd586 commit 84afaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lazy val commonSettings = Seq(
scalacOptions ++= Seq("-deprecation", "-feature"),
libraryDependencies += "org.scalatest" %% "scalatest" % "2.2.4" % "test",
git.useGitDescribe := true,
git.baseVersion := "0.0.1"
git.baseVersion := "0.0.2"
)

lazy val root = (project in file(".")).
Expand Down

0 comments on commit 84afaba

Please sign in to comment.