Skip to content

Commit 85af799

Browse files
committed
version bump
1 parent aac7f4e commit 85af799

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ bug fixing on shared codebase.
1515
- Android Use gradle to choose authority (PR #136) by @jsdario
1616
- iOS configuration persistence
1717

18+
### Changed
19+
20+
Since alpha.6
21+
- iOS saveBatteryOnBackground defaults to false
22+
1823
### Fixed
1924

2025
Since alpha.4:

android/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 16
1010
targetSdkVersion 23
1111
versionCode 8
12-
versionName "0.5.0-alpha.5"
12+
versionName "0.5.0-alpha.6"
1313
}
1414
}
1515

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-mauron85-background-geolocation",
3-
"version": "0.5.0-alpha.5",
3+
"version": "0.5.0-alpha.6",
44
"description": "optimized background location tracking",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)