From 4f9dafa77dccdcd45a03a13b1d994818dc13fcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Mon, 18 Oct 2021 14:11:21 +0200 Subject: [PATCH 1/2] Set reference and previous version to 3.1.0 --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 8520a5de6839..c31a0ae76e44 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -58,7 +58,7 @@ object DottyJSPlugin extends AutoPlugin { } object Build { - val referenceVersion = "3.1.0-RC1" + val referenceVersion = "3.1.0" val baseVersion = "3.1.1-RC1" @@ -76,7 +76,7 @@ object Build { * set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest * 3.0.x release. */ - val previousDottyVersion = "3.1.0-RC3" + val previousDottyVersion = "3.1.0" object CompatMode { final val BinaryCompatible = 0 From bde14d31e49c67381e6b66753723067319863030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marks?= Date: Mon, 18 Oct 2021 14:13:47 +0200 Subject: [PATCH 2/2] Set base version to 3.1.2-RC1 --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index c31a0ae76e44..c0ed5ed241d3 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -58,9 +58,9 @@ object DottyJSPlugin extends AutoPlugin { } object Build { - val referenceVersion = "3.1.0" + val referenceVersion = "3.1.1-RC1" - val baseVersion = "3.1.1-RC1" + val baseVersion = "3.1.2-RC1" // Versions used by the vscode extension to create a new project // This should be the latest published releases.