CB-12519 Updated version and RELEASENOTES.md for release 1.3.2

This commit is contained in:
Steve Gill
2017-02-28 17:41:27 -08:00
parent f77d8d6d09
commit 99a1ff0687
4 changed files with 12 additions and 6 deletions
+4 -4
View File
@@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-network-information"
version="1.3.2-dev">
version="1.3.2">
<name>Network Information</name>
<description>Cordova Network Information Plugin</description>
@@ -67,15 +67,15 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<config-file target="res/xml/config.xml" parent="/*">
<feature name="NetworkStatus">
<param name="android-package" value="org.apache.cordova.networkinformation.NetworkManager"/>
</feature>
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</config-file>
<source-file src="src/android/NetworkManager.java" target-dir="src/org/apache/cordova/networkinformation" />
</platform>