react 0.10.0-rc1 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/React.js +1 -1
  2. package/package.json +1 -1
package/lib/React.js CHANGED
@@ -92,6 +92,6 @@ if ("production" !== process.env.NODE_ENV) {
92
92
 
93
93
  // Version exists only in the open-source version of React, not in Facebook's
94
94
  // internal version.
95
- React.version = '0.10.0-rc1';
95
+ React.version = '0.10.0';
96
96
 
97
97
  module.exports = React;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react",
3
3
  "description": "React is a JavaScript library for building user interfaces.",
4
- "version": "0.10.0-rc1",
4
+ "version": "0.10.0",
5
5
  "keywords": [
6
6
  "react"
7
7
  ],