Skip to content

Commit

Permalink
Release version
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Oct 8, 2015
1 parent 2c78b0f commit 3a718fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cordova plugin add cordova-plugin-certificates
> For Cordova-Android before 4.1.0 you need to install this version
```
cordova plugin add cordova-plugin-certificates@0.4.0
cordova plugin add cordova-plugin-certificates@0.5.0
```

### Usage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-certificates",
"version": "0.5.0",
"version": "0.6.0",
"description": "Cordova Certificate Plugin",
"cordova": {
"id": "cordova-plugin-certificates",
Expand All @@ -22,4 +22,4 @@
],
"author": "Martin Reinhardt",
"license": "MIT"
}
}
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ SOFTWARE.

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-certificates"
version="0.5.0">
version="0.6.0">

<name>CDVCertificate</name>
<name>Certificate Plugin</name>
<description>
Cordova Certificate Plugin
</description>
Expand Down

0 comments on commit 3a718fe

Please sign in to comment.