Bump version for 0.12.2

This commit is contained in:
Paul O’Shannessy
2014-12-18 12:34:46 -08:00
parent 2f6a95d5a2
commit ea14845c15
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.12.1
react_version: 0.12.2
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "0.12.1",
"version": "0.12.2",
"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.12.1",
"version": "0.12.2",
"keywords": [
"react",
"jsx",
+1 -1
View File
@@ -179,6 +179,6 @@ if (__DEV__) {
// Version exists only in the open-source version of React, not in Facebook's
// internal version.
React.version = '0.12.1';
React.version = '0.12.2';
module.exports = React;