From eeacef9adeeb5fe53e49a819449950acb7c5e29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Fri, 27 Jan 2017 14:49:22 +0100 Subject: [PATCH] Release v0.7.0 --- CHANGELOG.md | 2 +- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b60cde..94cea32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## ChangeLog -#### Version 0.7.0 (not yet released) +#### Version 0.7.0 (27.01.2017) - __Features__ - Support for tAmazon FireOS - Support for the browser platform diff --git a/package.json b/package.json index 736765c..08821d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-background-mode", - "version": "0.7.0.dev", + "version": "0.7.0", "description": "Prevent app from going to sleep in background.", "repository": { "type": "git", diff --git a/plugin.xml b/plugin.xml index 910b726..77717e0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@ + version="0.7.0"> BackgroundMode