Skip to content

Commit 72827e4

Browse files
smarterOlivierBlanvillain
authored andcommitted
vscode-dotty: fix version number in build.sbt
Forgot to keep it in sync with package.json
1 parent 29c3034 commit 72827e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ object Build {
901901
settings(
902902
EclipseKeys.skipProject := true,
903903

904-
version := "0.0.1", // Keep in sync with package.json
904+
version := "0.1.0", // Keep in sync with package.json
905905

906906
autoScalaLibrary := false,
907907
publishArtifact := false,

0 commit comments

Comments
 (0)