Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Nov 21, 2017
1 parent f111fa6 commit 1c47c62
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Compiler/Fable.Compiler.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/fable-compiler/Fable/master/docs/img/fable_logo.png</PackageIconUrl>
<PackageTags>fsharp;fable;javascript;f#;js</PackageTags>
<Authors>Alfonso García-Caro Núñez</Authors>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<TargetFramework>netstandard1.6</TargetFramework>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet/Fable.Compiler/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 1.3.0
### 1.3.1

* See dotnet-fable 1.3.0 release notes
* See dotnet-fable 1.3.1 release notes

### 1.3.0-beta-009

Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/Fable.Core/Fable.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Authors>Alfonso García-Caro Núñez</Authors>
<TargetFramework>netstandard1.6</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
</PropertyGroup>
<ItemGroup>
<Compile Include="Util.fs" />
Expand Down
4 changes: 2 additions & 2 deletions src/dotnet/Fable.Core/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 1.3.0
### 1.3.1

* See dotnet-fable 1.3.0 release notes
* See dotnet-fable 1.3.1 release notes

### 1.3.0-beta-009

Expand Down
8 changes: 8 additions & 0 deletions src/dotnet/dotnet-fable/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 1.3.1

* Add warning for point-free style function declarations
* Fix #1238: Inline overloaded methods and "this" double eval
* Fix #1236 #1237: Char.IsUpper, Char.IsDigit and friends
* Fix #1234: Local inline lambdas work standalone
* Fix #1185: Transform importMember expressions for functions

### 1.3.0

* Optimize watch compilations
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/dotnet-fable/ToolsUtil.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace Fable.CLI

module Constants =

let [<Literal>] VERSION = "1.3.0"
let [<Literal>] VERSION = "1.3.1"
let [<Literal>] DEFAULT_PORT = 61225

/// These values must be only set by the Main method
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/dotnet-fable/dotnet-fable.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/fable-compiler/Fable/master/docs/img/fable_logo.png</PackageIconUrl>
<PackageTags>fsharp;fable;javascript;f#;js</PackageTags>
<Authors>Alfonso García-Caro Núñez</Authors>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<OutputType>Exe</OutputType>
<PackageType>DotnetCliTool</PackageType>
<TargetFramework>netcoreapp2.0</TargetFramework>
Expand Down

0 comments on commit 1c47c62

Please sign in to comment.