From ff67b94d8bc7fbaa80418b19811f35aec0eadf60 Mon Sep 17 00:00:00 2001 From: natew Date: Fri, 16 May 2014 09:58:19 -0700 Subject: [PATCH 1/2] Bump react to 0.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f48cdd3..ce2458f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "React component library for building inertial touch applications.", "main": "lib/ReactTouch.js", "peerDependencies": { - "react": "~0.9" + "react": "~0.10" }, "dependencies": {}, "devDependencies": { From 46702fba095c1cff3869fe89727a5721f6f0af29 Mon Sep 17 00:00:00 2001 From: natew Date: Fri, 16 May 2014 09:59:23 -0700 Subject: [PATCH 2/2] Bump version as well --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce2458f..142f545 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-touch", - "version": "0.0.6", + "version": "0.0.7", "description": "React component library for building inertial touch applications.", "main": "lib/ReactTouch.js", "peerDependencies": {