mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-18 21:52:48 +08:00
chore: 3.0.0-dev (#118)
This commit is contained in:
parent
ed8f15e91d
commit
54ee9c5142
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-network-information",
|
"name": "cordova-plugin-network-information",
|
||||||
"version": "2.0.3-dev",
|
"version": "3.0.0-dev",
|
||||||
"description": "Cordova Network Information Plugin",
|
"description": "Cordova Network Information Plugin",
|
||||||
"types": "./types/index.d.ts",
|
"types": "./types/index.d.ts",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
@ -38,6 +38,9 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"cordovaDependencies": {
|
"cordovaDependencies": {
|
||||||
"3.0.0": {
|
"3.0.0": {
|
||||||
|
"cordova": ">=9"
|
||||||
|
},
|
||||||
|
"4.0.0": {
|
||||||
"cordova": ">100"
|
"cordova": ">100"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="cordova-plugin-network-information"
|
id="cordova-plugin-network-information"
|
||||||
version="2.0.3-dev">
|
version="3.0.0-dev">
|
||||||
|
|
||||||
<name>Network Information</name>
|
<name>Network Information</name>
|
||||||
<description>Cordova Network Information Plugin</description>
|
<description>Cordova Network Information Plugin</description>
|
||||||
|
Loading…
Reference in New Issue
Block a user