bump version to 4.1.1

This commit is contained in:
Horcrux
2016-08-13 15:55:27 +08:00
parent 41d8bb8ccd
commit b705280326
2 changed files with 3 additions and 2 deletions

View File

@@ -583,7 +583,8 @@ npm install
### Known issues: ### Known issues:
1. cannot set alpha channel for Gradient on iOS. 1. cannot set alpha channel for Gradient on iOS.
2. cannot apply focus point of RadialGradient on Android. 2. cannot apply focus point of RadialGradient on Android.
3. onPanResponderMove on Android returns incorrect gestureState.
#### Thanks: #### Thanks:

View File

@@ -1,5 +1,5 @@
{ {
"version": "4.1.0", "version": "4.1.1",
"name": "react-native-svg", "name": "react-native-svg",
"description": "SVG library for react-native", "description": "SVG library for react-native",
"repository": { "repository": {