Skip to content

Commit 6836156

Browse files
committed
version bump
Fixes: - Android fix RejectedExecutionException (fixes mauron85#319 mauron85#259 mauron85#243 mauron85#149 mauron85#68) - Android add stop guard
1 parent 1bb20f4 commit 6836156

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
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### [0.6.3] - 2019-09-16
4+
### Fixed
5+
- Android fix RejectedExecutionException (fixes #319 #259 #243 #149 #68)
6+
- Android add stop guard
7+
38
### [0.6.2] - 2019-09-10
49
### Changed
510
- Android remove preoreo target

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mauron85/react-native-background-geolocation",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "optimized background location tracking",
55
"main": "./index.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)