From 6297b9aea3d2eb9245d5b5f3b3a3f9427790e80c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Tue, 16 Aug 2016 13:18:04 +0200 Subject: [PATCH] Bump to next dev cycle --- package.json | 22 +++++++++------------- plugin.xml | 8 +++----- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 9f2038b..2e13b38 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,7 @@ { "name": "cordova-plugin-background-mode", - "version": "0.6.5", - "description": "Cordova plugin to prevent the app from going to sleep in background.", - "cordova": { - "id": "cordova-plugin-background-mode", - "platforms": [ - "ios", - "android" - ] - }, + "version": "0.6.6.dev", + "description": "Prevent app from going to sleep in background.", "repository": { "type": "git", "url": "git+https://github.com/katzer/cordova-plugin-background-mode.git" @@ -16,14 +9,17 @@ "keywords": [ "appplant", "background", - "ecosystem:cordova", - "cordova-ios", - "cordova-android" + "cordova", + "ecosystem:cordova" + ], + "platforms": [ + "ios", + "android" ], "engines": [ { "name": "cordova", - "version": ">=3.0.0" + "version": ">=6.0.0" } ], "author": "Sebastián Katzer", diff --git a/plugin.xml b/plugin.xml index 741b917..cc7b924 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,13 +3,11 @@ + version="0.6.6.dev"> BackgroundMode - - Cordova plugin to prevent the app from going to sleep in background. - + Prevent apps from going to sleep in background. https://github.com/katzer/cordova-plugin-background-mode.git @@ -24,7 +22,7 @@ - +