Skip to content

Commit

Permalink
Set version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Dec 16, 2019
1 parent 4dac048 commit 0a0988e
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 @@ -12,7 +12,7 @@ lazy val jewishDate =
.in(file("."))
.settings(
name := "jewish-date",
version := "0.1.1-SNAPSHOT",
version := "0.2.0",
libraryDependencies += "io.monix" %%% "minitest" % "2.7.0" % "test",
testFrameworks += new TestFramework("minitest.runner.Framework")
)
Expand Down

0 comments on commit 0a0988e

Please sign in to comment.