Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Dec 19, 2013
1 parent e78b01f commit 2e1e868
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion npm-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react",
"version": "0.8.0-alpha",
"version": "0.8.0",
"keywords": [
"react"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tools",
"version": "0.8.0-alpha",
"version": "0.8.0",
"keywords": [
"react",
"jsx",
Expand Down
2 changes: 1 addition & 1 deletion src/core/React.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 2e1e868

Please sign in to comment.