chore: 3.0.0-dev (#118)

This commit is contained in:
Norman Breau 2020-06-10 15:39:30 -03:00 committed by GitHub
parent ed8f15e91d
commit 54ee9c5142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-network-information",
"version": "2.0.3-dev",
"version": "3.0.0-dev",
"description": "Cordova Network Information Plugin",
"types": "./types/index.d.ts",
"cordova": {
@ -38,6 +38,9 @@
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova": ">=9"
},
"4.0.0": {
"cordova": ">100"
}
}

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="2.0.3-dev">
version="3.0.0-dev">
<name>Network Information</name>
<description>Cordova Network Information Plugin</description>