This commit is contained in:
Paul O’Shannessy
2013-12-19 10:41:03 -08:00
parent e78b01f090
commit 2e1e868080
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react",
"version": "0.8.0-alpha",
"version": "0.8.0",
"keywords": [
"react"
],
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-tools",
"version": "0.8.0-alpha",
"version": "0.8.0",
"keywords": [
"react",
"jsx",
+1 -1
View File
@@ -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;