Skip to content

Commit

Permalink
Release v0.6.5 for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Feb 29, 2016
1 parent 39eb2c5 commit 4c1332e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## ChangeLog
#### Version 0.6.5 (29.02.2016)
- Published on npm
- Updated dependency ID for the device plug-in

#### Version 0.6.4 (03.03.2015)
- Resolve possibly dependency conflict

Expand Down Expand Up @@ -41,4 +45,4 @@

#### Version 0.2.0 (08.10.2013)
- Added iOS (>= 5) support<br>
The plugin turns the app into an location tracking app for the time it runs in the background.
The plugin turns the app into an location tracking app for the time it runs in the background.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-background-mode",
"version": "0.6.4",
"version": "0.6.5",
"description": "Cordova plugin to prevent the app from going to sleep in background.",
"cordova": {
"id": "cordova-plugin-background-mode",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-background-mode"
version="0.6.4">
version="0.6.5">

<name>BackgroundMode</name>

Expand All @@ -20,7 +20,7 @@
<author>Sebastián Katzer</author>

<!-- dependencies -->
<dependency id="org.apache.cordova.device" />
<dependency id="cordova-plugin-device" />

<!-- cordova -->
<engines>
Expand Down

0 comments on commit 4c1332e

Please sign in to comment.