From 9b353f7f9aa640214aa3edb28af8779ec421c46d Mon Sep 17 00:00:00 2001 From: adamkozuch Date: Wed, 15 Mar 2017 11:56:57 +0900 Subject: [PATCH] Change version of react binding to 1.2.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 025beaa..8177098 100755 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "onsenui": "2.2.x", "react": "15.4.2", "react-dom": "15.4.2", - "react-onsenui": "1.1.x" + "react-onsenui": "1.2.x" } }