diff --git a/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj b/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj
index a93de8ea53..d07d6de71c 100644
--- a/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj
+++ b/src/dotnet/Fable.Compiler/Fable.Compiler.fsproj
@@ -8,7 +8,7 @@
https://raw.githubusercontent.com/fable-compiler/Fable/master/docs/img/fable_logo.png
fsharp;fable;javascript;f#;js
Alfonso García-Caro Núñez
- 1.3.0
+ 1.3.1
netstandard1.6
diff --git a/src/dotnet/Fable.Compiler/RELEASE_NOTES.md b/src/dotnet/Fable.Compiler/RELEASE_NOTES.md
index c168ec7e87..3d9729e9dd 100644
--- a/src/dotnet/Fable.Compiler/RELEASE_NOTES.md
+++ b/src/dotnet/Fable.Compiler/RELEASE_NOTES.md
@@ -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
diff --git a/src/dotnet/Fable.Core/Fable.Core.fsproj b/src/dotnet/Fable.Core/Fable.Core.fsproj
index 07efeb105e..132be88a6b 100644
--- a/src/dotnet/Fable.Core/Fable.Core.fsproj
+++ b/src/dotnet/Fable.Core/Fable.Core.fsproj
@@ -10,7 +10,7 @@
Alfonso García-Caro Núñez
netstandard1.6
true
- 1.3.0
+ 1.3.1
diff --git a/src/dotnet/Fable.Core/RELEASE_NOTES.md b/src/dotnet/Fable.Core/RELEASE_NOTES.md
index d07ee27a42..ce54685453 100644
--- a/src/dotnet/Fable.Core/RELEASE_NOTES.md
+++ b/src/dotnet/Fable.Core/RELEASE_NOTES.md
@@ -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
diff --git a/src/dotnet/dotnet-fable/RELEASE_NOTES.md b/src/dotnet/dotnet-fable/RELEASE_NOTES.md
index db0b94b1e2..3ce26b1454 100644
--- a/src/dotnet/dotnet-fable/RELEASE_NOTES.md
+++ b/src/dotnet/dotnet-fable/RELEASE_NOTES.md
@@ -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
diff --git a/src/dotnet/dotnet-fable/ToolsUtil.fs b/src/dotnet/dotnet-fable/ToolsUtil.fs
index d94497c065..523bb2e415 100644
--- a/src/dotnet/dotnet-fable/ToolsUtil.fs
+++ b/src/dotnet/dotnet-fable/ToolsUtil.fs
@@ -2,7 +2,7 @@ namespace Fable.CLI
module Constants =
- let [] VERSION = "1.3.0"
+ let [] VERSION = "1.3.1"
let [] DEFAULT_PORT = 61225
/// These values must be only set by the Main method
diff --git a/src/dotnet/dotnet-fable/dotnet-fable.fsproj b/src/dotnet/dotnet-fable/dotnet-fable.fsproj
index f3ae3aaf79..5740c0307a 100644
--- a/src/dotnet/dotnet-fable/dotnet-fable.fsproj
+++ b/src/dotnet/dotnet-fable/dotnet-fable.fsproj
@@ -8,7 +8,7 @@
https://raw.githubusercontent.com/fable-compiler/Fable/master/docs/img/fable_logo.png
fsharp;fable;javascript;f#;js
Alfonso García-Caro Núñez
- 1.3.0
+ 1.3.1
Exe
DotnetCliTool
netcoreapp2.0