Skip to content

Commit 1b0e3de

Browse files
committed
0.4.0
1 parent 00c90fc commit 1b0e3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
lazy val commonSettings = Seq(
2-
git.baseVersion in ThisBuild := "0.3.3",
2+
git.baseVersion in ThisBuild := "0.4.0",
33
organization in ThisBuild := "com.eed3si9n"
44
)
55

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

0 commit comments

Comments
 (0)