diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ebe71e..174d8f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
@@ -41,4 +45,4 @@
#### Version 0.2.0 (08.10.2013)
- Added iOS (>= 5) support
- The plugin turns the app into an location tracking app for the time it runs in the background.
\ No newline at end of file
+ The plugin turns the app into an location tracking app for the time it runs in the background.
diff --git a/package.json b/package.json
index daec6a9..9f2038b 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/plugin.xml b/plugin.xml
index 60bd64a..741b917 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
+ version="0.6.5">
BackgroundMode
@@ -20,7 +20,7 @@
Sebastián Katzer
-
+