Skip to content

Commit

Permalink
Bump version to 2.0.0-alpha-004
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Jul 31, 2018
1 parent f4800ca commit 968f18e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.0.0-alpha-004
Various fixes by @iyegoroff:
- updated `ImageProperties` type;
- removed `ScrollViewStyle` type, `ScrollView` uses just `ViewStyle`;
- added `ShadowOffset` type.

### 2.0.0-alpha-003
Various fixes by @iyegoroff:

Expand Down
2 changes: 1 addition & 1 deletion src/Fable.React.Native.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.0.0</Version>
<PackageVersion>2.0.0-alpha-003</PackageVersion>
<PackageVersion>2.0.0-alpha-004</PackageVersion>
<TargetFramework>netstandard1.6</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down

0 comments on commit 968f18e

Please sign in to comment.