You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/06/19 14:13:59 UTC

[cordova-plugin-battery-status] 08/08: chore(release): 2.0.4-dev

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-battery-status.git

commit da14218a247e36745b76d92563da017288e489cd
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Jun 19 16:13:25 2019 +0200

    chore(release): 2.0.4-dev
---
 cordova-plugin-battery-status-2.0.3.tgz        | Bin 0 -> 31384 bytes
 cordova-plugin-battery-status-2.0.3.tgz.asc    |  11 +++++++++++
 cordova-plugin-battery-status-2.0.3.tgz.sha512 |   1 +
 package.json                                   |   2 +-
 plugin.xml                                     |   2 +-
 tests/package.json                             |   2 +-
 tests/plugin.xml                               |   2 +-
 7 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/cordova-plugin-battery-status-2.0.3.tgz b/cordova-plugin-battery-status-2.0.3.tgz
new file mode 100644
index 0000000..17f1a14
Binary files /dev/null and b/cordova-plugin-battery-status-2.0.3.tgz differ
diff --git a/cordova-plugin-battery-status-2.0.3.tgz.asc b/cordova-plugin-battery-status-2.0.3.tgz.asc
new file mode 100644
index 0000000..c05cb68
--- /dev/null
+++ b/cordova-plugin-battery-status-2.0.3.tgz.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCAAdFiEEgJwqXaE5NmgvlaKaXM5kpBTcyVAFAl0KQtoACgkQXM5kpBTc
+yVBYLAf+NWPQ4GUlKAn8vyRPmsLwMLkxfFEESlBnS2NIGi3iK3subXQl1Pgdsf6E
+owtfnK0leTwBwfER3o6TWsm2iya9OY65QrrT+WxuY0uaZuJiioJS2jDd2pKNaCdH
+Wo6wckd0lZ5+v779Qh40wUS68ZNr96y8iTb373ZeOx81RIs4EVIxQp7ddK/PdFCW
+IsNeCrICJKAhMU3BOsj7LEF57/xzA2BHrWkIS1Tya0A6A1dTdJuUUQP8urxlSmWJ
+IpH7cJDNRKMyH/XVItRv1fBP/MfHDPlSyS6ZWR8Kr1a0YDWPCFnycTduJ3F6+3eL
+ZAJ+DicUD+z9Bi5Nzri3vgu0fSXpgg==
+=Ow8F
+-----END PGP SIGNATURE-----
diff --git a/cordova-plugin-battery-status-2.0.3.tgz.sha512 b/cordova-plugin-battery-status-2.0.3.tgz.sha512
new file mode 100644
index 0000000..d3ea214
--- /dev/null
+++ b/cordova-plugin-battery-status-2.0.3.tgz.sha512
@@ -0,0 +1 @@
+1f5bd22d66c36ffaa2bc63d557fb2301a0e717c544a1ad6e39876b4c9a58aecf6f4407b74b7ef2f056b92e806e2a4b295a24393f70fcabe8939ec3c5d1400eee
\ No newline at end of file
diff --git a/package.json b/package.json
index 232a2fa..fb1bafa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-battery-status",
-  "version": "2.0.3",
+  "version": "2.0.4-dev",
   "description": "Cordova Battery Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index 7c321cf..650d128 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="cordova-plugin-battery-status"
-      version="2.0.3">
+      version="2.0.4-dev">
     <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/package.json b/tests/package.json
index 1024feb..9e6c617 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-battery-status-tests",
-  "version": "2.0.3",
+  "version": "2.0.4-dev",
   "description": "",
   "cordova": {
     "id": "cordova-plugin-battery-status-tests",
diff --git a/tests/plugin.xml b/tests/plugin.xml
index a9645cc..ff7f3dd 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-battery-status-tests"
-    version="2.0.3">
+    version="2.0.4-dev">
     <name>Cordova Battery Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org