We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae7e05 commit b36e19eCopy full SHA for b36e19e
src/Fable.React/Fable.React.fsproj
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
- <Version>1.3.0-beta-001</Version>
+ <Version>2.0.0-beta-001</Version>
5
<TargetFramework>netstandard1.6</TargetFramework>
6
</PropertyGroup>
7
<ItemGroup>
src/Fable.React/RELEASE_NOTES.md
@@ -1,4 +1,4 @@
-### 1.3.0-beta-001
+### 2.0.0-beta-001
* Add `reactiveCom` helper (stateful mini-Elmish component)
* Add `mountById` and `mountBySelectors`
0 commit comments