This commit is contained in:
Paul O’Shannessy
2013-12-18 12:04:54 -08:00
parent 94a9a3e752
commit f1ae3392bd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ redcarpet:
pygments: true
name: React
markdown: redcarpet
react_version: 0.5.1
react_version: 0.5.2
description: A JavaScript library for building user interfaces
relative_permalinks: true
paginate: 5
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-tools",
"version": "0.5.1",
"version": "0.5.2",
"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.5.1';
React.version = '0.5.2';
module.exports = React;