From 561b13f9171c2fbff9e70bbe37aac7e6eea92504 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Wed, 19 Jun 2019 15:23:08 +0200 Subject: [PATCH] chore(release): 2.0.2 (version string) --- 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 42f0b54..b0be128 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-network-information", - "version": "2.0.2-dev", + "version": "2.0.2", "description": "Cordova Network Information Plugin", "types": "./types/index.d.ts", "cordova": { diff --git a/plugin.xml b/plugin.xml index a73753a..3880584 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="2.0.2"> Network Information Cordova Network Information Plugin diff --git a/tests/package.json b/tests/package.json index 59b1005..f357ca3 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-network-information-tests", - "version": "1.3.3-dev", + "version": "2.0.2", "description": "", "cordova": { "id": "cordova-plugin-network-information-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index bc8571f..af60cb4 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ + version="2.0.2"> Cordova Network Information Plugin Tests Apache 2.0