Skip to content

Commit 81673b5

Browse files
author
Vlad Balin
committed
Fixed version in docs
1 parent ad8389b commit 81673b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/chapters/releasenotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes
22

3-
## 2.0.0-beta.2
3+
## 2.0.0
44

55
This release brings new features which fixes problems with component's inheritance in React bindings and implements long-awaited generic IO implementation based on ES6 promises.
66

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1586,7 +1586,7 @@ <h3 id="-rule-mixinrules-every"><code>rule</code> mixinRules.every</h3>
15861586
<h3 id="-rule-mixinrules-some"><code>rule</code> mixinRules.some</h3>
15871587
<p>Same as <code>every</code>, but return true when at least one function from mixins returns true.</p>
15881588
<h1 id="release-notes">Release Notes</h1>
1589-
<h2 id="2-0-0-beta-2">2.0.0-beta.2</h2>
1589+
<h2 id="2-0-0">2.0.0</h2>
15901590
<p>This release brings new features which fixes problems with component&#39;s inheritance in React bindings and implements long-awaited generic IO implementation based on ES6 promises.</p>
15911591
<p>There shouldn&#39;t be breaking changes <em>unless</em> you&#39;re using custom logger or React bindings (formerly known as React-MVx, with a name changed to React-R in new release).</p>
15921592
<h3 id="generic-io-support">Generic IO support</h3>

0 commit comments

Comments
 (0)