From e1a576fd29c13b94a3eb29463dd16448206a853e Mon Sep 17 00:00:00 2001 From: Horcrux Date: Wed, 8 Nov 2017 10:09:09 +0800 Subject: [PATCH] 5.5.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57e74fcbe..11be69967 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ - react-native-svg >= 5.2.0 only supports react-native >= 0.45.0 and react == 16.0.0-alpha.12 - react-native-svg >= 5.3.0 only supports react-native >= 0.46.0 and react == 16.0.0-alpha.12 - react-native-svg >= 5.4.1 only supports react-native >= 0.47.0 and react == 16.0.0-alpha.12 - - react-native-svg >= 5.5.0 only supports react-native >= 0.50.0 and react == 16.0.0 + - react-native-svg >= 5.5.1 only supports react-native >= 0.50.0 and react == 16.0.0 2. Link native code diff --git a/package.json b/package.json index 18d346873..789169f73 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.5.0", + "version": "5.5.1", "name": "react-native-svg", "description": "SVG library for react-native", "repository": {