Skip to content

Commit

Permalink
Bump version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Feb 13, 2018
1 parent ebe83cc commit 6c1340a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.6.2
* Adding react-native-device-info helper (#19 @forki)

### 1.6.1
* Fix #17: textInput on IOS (@ddunlea)

Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ System.Console.OutputEncoding <- System.Text.Encoding.UTF8
let project = "fable-react-native"
let gitOwner = "fable-compiler"

let dotnetcliVersion = "2.1.3"
let dotnetcliVersion = "2.1.4"
let mutable dotnetExePath = environVarOrDefault "DOTNET" "dotnet"

let CWD = __SOURCE_DIRECTORY__
Expand Down
2 changes: 1 addition & 1 deletion src/Fable.React.Native.fsproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.6.1</Version>
<Version>1.6.2</Version>
<TargetFramework>netstandard1.6</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down

0 comments on commit 6c1340a

Please sign in to comment.