Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Sep 28, 2018
1 parent ac955fe commit 504cf4d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Compiler/CLI/CLI.Util.fs
Expand Up @@ -2,7 +2,7 @@ namespace Fable.CLI

module Literals =

let [<Literal>] VERSION = "2.0.0-beta-005"
let [<Literal>] VERSION = "2.0.0"
let [<Literal>] CORE_VERSION = "2.0.0"
let [<Literal>] DEFAULT_PORT = 61225
let [<Literal>] FORCE = "force:"
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Compiler/Fable.Compiler.fsproj
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Fable: F# to JS Compiler</Description>
<Version>2.0.0</Version>
<PackageVersion>2.0.0-beta-005</PackageVersion>
<PackageVersion>2.0.0</PackageVersion>
<OutputType>Exe</OutputType>
<PackageType>DotnetCliTool</PackageType>
<AssemblyName>dotnet-fable</AssemblyName>
Expand Down
4 changes: 4 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Core/Fable.Core.fsproj
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.0.0</Version>
<PackageVersion>2.0.0-beta-001</PackageVersion>
<PackageVersion>2.0.0</PackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down
4 changes: 2 additions & 2 deletions 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

Expand Down

0 comments on commit 504cf4d

Please sign in to comment.