From 504cf4dbed0fb0fb14d2fcb4df43e4b6ac52c1e6 Mon Sep 17 00:00:00 2001 From: Alfonso Garcia-Caro Date: Fri, 28 Sep 2018 01:59:58 -0700 Subject: [PATCH] Bump version to 2.0.0 --- src/dotnet/Fable.Compiler/CLI/CLI.Util.fs | 2 +- src/dotnet/Fable.Compiler/Fable.Compiler.fsproj | 2 +- src/dotnet/Fable.Compiler/RELEASE_NOTES.md | 4 ++++ src/dotnet/Fable.Core/Fable.Core.fsproj | 2 +- src/dotnet/Fable.Core/RELEASE_NOTES.md | 4 ++-- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs b/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs index 1622da4e9d..afce0341ef 100644 --- a/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs +++ b/src/dotnet/Fable.Compiler/CLI/CLI.Util.fs @@ -2,7 +2,7 @@ namespace Fable.CLI module Literals = - let [] VERSION = "2.0.0-beta-005" + let [] VERSION = "2.0.0" let [] CORE_VERSION = "2.0.0" let [] DEFAULT_PORT = 61225 let [] FORCE = "force:" diff --git a/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj b/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj index 87019e2f52..5cc8a1649d 100644 --- a/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj +++ b/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj @@ -3,7 +3,7 @@ Fable: F# to JS Compiler 2.0.0 - 2.0.0-beta-005 + 2.0.0 Exe DotnetCliTool dotnet-fable diff --git a/src/dotnet/Fable.Compiler/RELEASE_NOTES.md b/src/dotnet/Fable.Compiler/RELEASE_NOTES.md index 735e7eb876..8dd5f9ceb3 100644 --- a/src/dotnet/Fable.Compiler/RELEASE_NOTES.md +++ b/src/dotnet/Fable.Compiler/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 2.0.0 + +* Fable 2 + ### 2.0.0-beta-005 * Update to FCS 25.0.1 diff --git a/src/dotnet/Fable.Core/Fable.Core.fsproj b/src/dotnet/Fable.Core/Fable.Core.fsproj index cb1a741280..9d61fce1c7 100644 --- a/src/dotnet/Fable.Core/Fable.Core.fsproj +++ b/src/dotnet/Fable.Core/Fable.Core.fsproj @@ -5,7 +5,7 @@ netstandard2.0 true 2.0.0 - 2.0.0-beta-001 + 2.0.0 diff --git a/src/dotnet/Fable.Core/RELEASE_NOTES.md b/src/dotnet/Fable.Core/RELEASE_NOTES.md index c114288918..482bcc3809 100644 --- a/src/dotnet/Fable.Core/RELEASE_NOTES.md +++ b/src/dotnet/Fable.Core/RELEASE_NOTES.md @@ -1,6 +1,6 @@ -### 2.0.0-beta-001 +### 2.0.0 -* Fable 2 beta +* Fable 2 ### 1.3.7