From 16d2a37237f15252b579e3f1920e6043d2d917cf Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 29 Jun 2023 02:17:57 -0600 Subject: [PATCH] Bump version --- package.json | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f9d9c8f..c6901eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netsyms/cordova-plugin-powermanagement", - "version": "1.1.1", + "version": "1.1.2", "description": "Plugin for managing the power state (i.e. idle switching) for cordova", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/plugin.xml b/plugin.xml index 541806c..37e6a43 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + version="1.1.2"> PowerManagement PowerManagement plugin for Cordova Apache 2.0