Updated Branches: refs/heads/master 8f551d6e6 -> 27a1eef5a
updated plugin.xml Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/commit/27a1eef5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/tree/27a1eef5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/diff/27a1eef5 Branch: refs/heads/master Commit: 27a1eef5ae325ae537d594dab911ce2acf5d70f1 Parents: 8f551d6 Author: Steven Gill <[email protected]> Authored: Mon Jun 17 18:18:30 2013 -0700 Committer: Steven Gill <[email protected]> Committed: Mon Jun 17 18:18:30 2013 -0700 ---------------------------------------------------------------------- plugin.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information/blob/27a1eef5/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 15eab40..974998d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,8 +2,7 @@ <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" -id="org.apache.cordova.core.NetworkManager" - version="0.1.0"> +id="org.apache.cordova.core.NetworkManager" version="0.1.0"> <name>Network Information</name>
