Release v0.7.2

This commit is contained in:
Sebastián Katzer 2017-02-02 15:29:28 +01:00
parent 711ed27e1a
commit 892b4150ff
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-background-mode", "name": "cordova-plugin-background-mode",
"version": "0.7.1", "version": "0.7.2",
"description": "Prevent app from going to sleep in background.", "description": "Prevent app from going to sleep in background.",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-background-mode" id="cordova-plugin-background-mode"
version="0.7.1"> version="0.7.2">
<name>BackgroundMode</name> <name>BackgroundMode</name>