Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mauron85 committed Sep 24, 2019
1 parent f26aa49 commit 9ad142e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

### [3.1.0] - 2019-09-24
### Fixed
- fix package scope
- Android fix RejectedExecutionException
- Android add stop guard

### Changed
- adopt headless task changes in common module

### [3.0.7] - 2019-09-17
### Fixed
- Android Foreground service permission is required since Android 28 - @IsraelHikingMap
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mauron85/cordova-plugin-background-geolocation",
"version": "3.0.7",
"version": "3.1.0",
"description": "Cordova Background Geolocation Plugin",
"main": "./www/BackgroundGeolocation.js",
"types": "./www/BackgroundGeolocation.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-background-geolocation"
version="3.0.7">
version="3.1.0">
<name>CDVBackgroundGeolocation</name>
<description>Cordova Background Geolocation Plugin</description>
<license>Apache-2.0</license>
Expand Down

0 comments on commit 9ad142e

Please sign in to comment.