From 51ff90cce5afaa88adae2542d501e41a3d7a3aa5 Mon Sep 17 00:00:00 2001 From: Horcrux Date: Sat, 10 Sep 2016 19:54:07 +0800 Subject: [PATCH] bump version and change peerDependency --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eda26bcb..9601d982 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.2.1", + "version": "4.3.0", "name": "react-native-svg", "description": "SVG library for react-native", "repository": { @@ -22,7 +22,7 @@ "lint": "eslint ./" }, "peerDependencies": { - "react-native": ">=0.32.0" + "react-native": ">=0.33.0" }, "dependencies": { "color": "^0.11.1",