Skip to content

Commit d08ff72

Browse files
chore(release): 3.0.1
## [3.0.1](v3.0.0...v3.0.1) (2020-07-24) ### Bug Fixes * **package.json:** fix fails npm format script on windows ([b68b451](b68b451)) * **package.json:** fix fails npm format script on windows ([22ed0b3](22ed0b3))
1 parent f659521 commit d08ff72

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-location-settings-enabler",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "This package makes it easy for an React Native App to ensure that the android device's system settings are properly configured for the app's location needs. If your app needs to request location, the device needs to enable the appropriate system settings, such as GPS or Wi-Fi scanning. Rather than directly enabling services such as the device's GPS, your app specifies the required level of accuracy/power consumption and desired update interval, and the device automatically makes the appropriate changes to system settings. ",
55
"engines": {
66
"node": ">=v12.0.0"

0 commit comments

Comments
 (0)