From b8ee23d99c8c0f280184a799d53add6dba8870c0 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 19 Jun 2019 15:25:08 +0200 Subject: [PATCH] chore(release): 2.0.3-dev --- package.json | 2 +- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b0be128..1da5d2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-network-information", - "version": "2.0.2", + "version": "2.0.3-dev", "description": "Cordova Network Information Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index 3880584..b4dcd69 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="2.0.3-dev"> Network Information Cordova Network Information Plugin diff --git a/tests/package.json b/tests/package.json index f357ca3..088af17 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-network-information-tests", - "version": "2.0.2", + "version": "2.0.3-dev", "description": "", "cordova": { "id": "cordova-plugin-network-information-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index af60cb4..6e87d7b 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="2.0.3-dev"> Cordova Network Information Plugin Tests Apache 2.0