Skip to content

Commit 3b98c9e

Browse files
committed
v0.4.0
1 parent 1d7cc7c commit 3b98c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publishArtifact := false
1212
val commonSettings = Seq(
1313
organization := "io.github.shogowada",
1414
name := "scala-json-rpc",
15-
version := "0.4.0-SNAPSHOT",
15+
version := "0.4.0",
1616
scalaVersion := "2.12.1",
1717
logBuffered in Test := false,
1818
licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT")),

0 commit comments

Comments
 (0)