Skip to content

Commit a6c5650

Browse files
committed
release 1.1.0
0b1895f Use external gradle dependencies if available, current ones if not ( Mike Hardy 2019-03-13 09:13:02 -0500) 0e05a0f Safely access getSimOperator in case of empty string ( Mike Hardy 2019-03-10 04:09:06 -0500) a793d5e Update RNCarrierInfoPackage.java ( ZJ 2018-07-26 17:25:14 -0700) 14ae59b updated Android project to match iOS functions (always SIM data) ( Jean-François Puissant 2018-03-05 15:56:32 +0100) 22fe0df Fix typo in README.md ( nSimon (Nicolas S.) 2017-11-17 12:10:33 +0100) f853bc1 release 1.0.1 ( ianlin 2017-08-08 14:47:14 +0800) 1ff9dc5 fix typo and wrong promise reject args ( ianlin 2017-08-08 14:46:34 +0800) bc61592 Update README.md ( Ian Yu-Hsun Lin 2017-08-07 11:34:32 +0800) b7d78f5 release 1.0.0 ( ianlin 2017-08-07 11:27:05 +0800) 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 ( Samuel Rounce 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 ( Richard Gill 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 ( Matthew Knight 2015-05-10 01:48:52 +0100)
1 parent 0a4d492 commit a6c5650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-carrier-info",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "React Native module bridge to obtain information about the user’s home cellular service provider.",
55
"main": "index.js",
66
"peerDependencies": {

0 commit comments

Comments
 (0)