Skip to content

Commit b7d78f5

Browse files
committed
release 1.0.0
3b262b2 update README.md (@ianlin 2017-08-07 11:26:26 +0800) c9076a4 support RN 0.47 (@ianlin 2017-08-07 11:22:54 +0800) ef5b31c Promises now reject when value cannot be resolved (@srounce 2017-08-01 10:07:22 +0100) cfadf49 promisify and add android support (@ianlin 2017-07-19 18:40:45 +0800) 633f0ab Update README.md (@anarchicknight 2017-01-08 14:24:55 +0000) 1884e73 Allowed later versions of react-native (@richardgill 2015-08-03 14:39:38 +0100) 6de3181 removed IP address for running demo app on device and set back to localhost. Removed specific version dependency in demo project so latest is installed when run npm install react-native-carrier-info --save (@anarchicknight 2015-05-10 01:48:52 +0100)
1 parent 3b262b2 commit b7d78f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-carrier-info",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"description": "React Native module bridge to obtain information about the user’s home cellular service provider.",
55
"main": "index.js",
66
"peerDependencies": {
@@ -30,4 +30,4 @@
3030
"url": "https://github.com/anarchicknight/react-native-carrier-info/issues"
3131
},
3232
"homepage": "https://github.com/anarchicknight/react-native-carrier-info#readme"
33-
}
33+
}

0 commit comments

Comments
 (0)