Set VERSION to 2.0.2-dev (via coho)

This commit is contained in:
Simon MacDonald 2017-12-27 19:13:50 -05:00
parent 417d0f245f
commit 779685eeb6
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "cordova-plugin-network-information",
"version": "2.0.1",
"version": "2.0.2-dev",
"description": "Cordova Network Information Plugin",
"types": "./types/index.d.ts",
"cordova": {

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.1">
version="2.0.2-dev">
<name>Network Information</name>
<description>Cordova Network Information Plugin</description>

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-tests"
version="2.0.1">
version="2.0.2-dev">
<name>Cordova Network Information Plugin Tests</name>
<license>Apache 2.0</license>