Bump version

This commit is contained in:
Skylar Ittner 2023-06-29 02:17:57 -06:00
parent 6118ea1c13
commit 16d2a37237
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@netsyms/cordova-plugin-powermanagement", "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", "description": "Plugin for managing the power state (i.e. idle switching) for cordova",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0" <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
id="@netsyms/cordova-plugin-powermanagement" id="@netsyms/cordova-plugin-powermanagement"
version="1.1.1"> version="1.1.2">
<name>PowerManagement</name> <name>PowerManagement</name>
<description>PowerManagement plugin for Cordova</description> <description>PowerManagement plugin for Cordova</description>
<license>Apache 2.0</license> <license>Apache 2.0</license>