diff --git a/docs/_config.yml b/docs/_config.yml index 75a8b7859429f..deddf532bc8fb 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -13,7 +13,7 @@ redcarpet: pygments: true name: React markdown: redcarpet -react_version: 0.5.1 +react_version: 0.8.0 description: A JavaScript library for building user interfaces relative_permalinks: true paginate: 5 diff --git a/npm-react/package.json b/npm-react/package.json index 412ce34f0df40..997177fd66396 100644 --- a/npm-react/package.json +++ b/npm-react/package.json @@ -1,6 +1,6 @@ { "name": "react", - "version": "0.8.0-alpha", + "version": "0.8.0", "keywords": [ "react" ], diff --git a/package.json b/package.json index 6364ca05cfee8..988661379d4f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tools", - "version": "0.8.0-alpha", + "version": "0.8.0", "keywords": [ "react", "jsx", diff --git a/src/core/React.js b/src/core/React.js index 14ee3f2a55875..55219eb3a3e79 100644 --- a/src/core/React.js +++ b/src/core/React.js @@ -66,6 +66,6 @@ var React = { // Version exists only in the open-source version of React, not in Facebook's // internal version. -React.version = '0.8.0-alpha'; +React.version = '0.8.0'; module.exports = React;