diff --git a/README.md b/README.md index 9e6bfc9c..88906f7b 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ - react-native-svg >= 3.2.0 only supports react-native >= 0.29.0 - react-native-svg >= 4.2.0 only supports react-native >= 0.32.0 - react-native-svg >= 4.3.0 only supports react-native >= 0.33.0 + - react-native-svg >= 4.4.0 only supports react-native >= 0.38.0 and react >=15.4.0 2. Link native code diff --git a/package.json b/package.json index b6ec7957..395849cc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "4.3.3", + "version": "4.4.0", "name": "react-native-svg", "description": "SVG library for react-native", "repository": {