Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Feb 12, 2017
1 parent 00c90fc commit 1b0e3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lazy val commonSettings = Seq(
git.baseVersion in ThisBuild := "0.3.3",
git.baseVersion in ThisBuild := "0.4.0",
organization in ThisBuild := "com.eed3si9n"
)

Expand All @@ -16,4 +16,4 @@ lazy val root = (project in file(".")).
publishArtifact in (Test, packageBin) := false,
publishArtifact in (Compile, packageDoc) := false,
publishArtifact in (Compile, packageSrc) := true
)
)

0 comments on commit 1b0e3de

Please sign in to comment.