From 2643bafdc102a2064164b04e83ef76a60a6e96e5 Mon Sep 17 00:00:00 2001 From: Damon Aw Date: Wed, 20 Sep 2017 13:03:46 -0400 Subject: [PATCH] Correct release candidate version on README It seems that the version stated on the README cannot be found, but react-select@1.0.0-rc.10 is the latest version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce8386d265..13e2b2b480 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A Select control built with and for [React](http://facebook.github.io/react/inde ## New version 1.0.0-rc -I've nearly completed a major rewrite of this component (see issue [#568](https://github.com/JedWatson/react-select/issues/568) for details and progress). The new code has been merged into `master`, and `react-select@1.0.0-rc` has been published to npm and bower. +I've nearly completed a major rewrite of this component (see issue [#568](https://github.com/JedWatson/react-select/issues/568) for details and progress). The new code has been merged into `master`, and `react-select@1.0.0-rc.10` has been published to npm and bower. 1.0.0 has some breaking changes. The documentation is still being updated for the new API; notes on the changes can be found in [CHANGES.md](https://github.com/JedWatson/react-select/blob/master/CHANGES.md) and will be finalised into [HISTORY.md](https://github.com/JedWatson/react-select/blob/master/HISTORY.md) soon.