You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/02/05 15:15:23 UTC

[GitHub] AnthonyNahas closed pull request #65: Fix: @cordova 7-8 Error: Failed to fetch plugin cordova-plugin-batter?

AnthonyNahas closed pull request #65: Fix: @cordova 7-8 Error: Failed to fetch plugin cordova-plugin-batter?
URL: https://github.com/apache/cordova-plugin-battery-status/pull/65
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/package.json b/package.json
index 36f870b..232a2fa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-battery-status",
-  "version": "2.0.2-dev",
+  "version": "2.0.3",
   "description": "Cordova Battery Plugin",
   "types": "./types/index.d.ts",
   "cordova": {
diff --git a/plugin.xml b/plugin.xml
index d50d5d7..c8ba1bb 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,9 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
       id="cordova-plugin-battery-status"
-      version="2.0.2-dev">
+      name="cordova-plugin-battery-status"
+      spec="2.0.3"
+      version="2.0.3">
     <name>Battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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