Skip to content

Commit 074f2f6

Browse files
committed
Released 0.1.3
1 parent e17b7ef commit 074f2f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-parallax",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Parallax effects for React Native using Animated API",
55
"main": "index.js",
66
"scripts": {
@@ -28,7 +28,7 @@
2828
},
2929
"homepage": "https://github.com/oblador/react-native-parallax",
3030
"peerDependencies": {
31-
"react-native": ">=0.8.0 || 0.8.0-rc || 0.8.0-rc.2"
31+
"react-native": ">=0.8.0 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc"
3232
},
3333
"dependencies": {
3434
"lodash": "^3.8.0"

0 commit comments

Comments
 (0)