Skip to content

Commit

Permalink
CB-9192 Incremented plugin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Jun 18, 2015
1 parent d8bdb0e commit 9bd21e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-network-information",
"version": "1.0.1",
"version": "1.0.2-dev",
"description": "Cordova Network Information Plugin",
"cordova": {
"id": "cordova-plugin-network-information",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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="1.0.1">
version="1.0.2-dev">

<name>Network Information</name>
<description>Cordova Network Information Plugin</description>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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="1.0.1">
version="1.0.2-dev">
<name>Cordova Network Information Plugin Tests</name>
<license>Apache 2.0</license>

Expand Down

0 comments on commit 9bd21e3

Please sign in to comment.