Bump for react-native 0.4.0

This commit is contained in:
Brent Vatne 2015-04-18 11:22:51 -07:00
parent bd0a25cc95
commit edcee36c91
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "react-native-linear-gradient",
"version": "0.1.8",
"version": "0.1.9",
"description": "A <LinearGradient> element for react-native",
"main": "LinearGradient.ios.js",
"author": {
@ -13,7 +13,7 @@
"url": "git@github.com:brentvatne/react-native-linear-gradient.git"
},
"dependencies": {
"react-native": "^0.3.10"
"react-native": "^0.4.0"
},
"devDependencies": {
"jest-cli": "0.2.1"