Skip to content

Commit

Permalink
CB-9192 Updated version and RELEASENOTES.md for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Jun 17, 2015
1 parent aea155f commit 3d646e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,8 @@
* CB-8573 Integrate TravisCI
* CB-8438 cordova-plugin-network-information documentation translation: cordova-plugin-network-information
* CB-8538 Added package.json file

### 1.0.1 (Jun 17, 2015)
* Adding .ratignore file.
* CB-9128 cordova-plugin-network-information documentation translation: cordova-plugin-network-information
* fix npm md issue
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-dev",
"version": "1.0.1",
"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-dev">
version="1.0.1">

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

Expand Down

0 comments on commit 3d646e1

Please sign in to comment.