From 2e1e868080a1bc1dedb9e75f018e5823f60cd125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 19 Dec 2013 10:41:03 -0800 Subject: [PATCH] v0.8.0 --- docs/_config.yml | 2 +- npm-react/package.json | 2 +- package.json | 2 +- src/core/React.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 75a8b78594..deddf532bc 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 412ce34f0d..997177fd66 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 6364ca05cf..988661379d 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 14ee3f2a55..55219eb3a3 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;