This commit is contained in:
Paul O’Shannessy
2015-03-10 14:09:04 -07:00
parent 594f816930
commit edb8f7f4af
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -34,4 +34,4 @@ sass:
sass_dir: _css
gems:
- jekyll-redirect-from
react_version: 0.13.0-rc2
react_version: 0.13.0
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.13.0-rc2",
"version": "0.13.0",
"keywords": [
"react"
],
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react-tools",
"description": "A set of complementary tools to React, including the JSX transformer.",
"version": "0.13.0-rc2",
"version": "0.13.0",
"keywords": [
"react",
"jsx",
+1 -1
View File
@@ -143,6 +143,6 @@ if (__DEV__) {
}
}
React.version = '0.13.0-rc2';
React.version = '0.13.0';
module.exports = React;