chore: 3.0.0-dev (#118)

diff --git a/package.json b/package.json
index 9ac4c96..1aad56f 100644
--- a/package.json
+++ b/package.json
@@ -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"
       }
     }
diff --git a/plugin.xml b/plugin.xml
index b4dcd69..cdb991d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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>