Skip to content

Commit

Permalink
Bump to version 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouault committed Nov 24, 2016
1 parent 59681a9 commit 1816ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# phonegap-plugin-wizAssets

- PhoneGap Version : 3.0
- last update : 23/05/2016

# Description

Expand Down Expand Up @@ -135,4 +134,4 @@ function fail(error) {
| 7 | `FILE_CREATION_ERROR` | Saving the asset failed |
| 8 | `JSON_CREATION_ERROR` | Your call to WizAssets' method failed and its error could not be processed internally |
| 9 | `INITIALIZATION_ERROR` | WizAssets initialization failed |
| 10 | `UNREFERENCED_ERROR` | Unknown error: message string (error.message) will contains more information |
| 10 | `UNREFERENCED_ERROR` | Unknown error: message string (error.message) will contains more information |
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="jp.wizcorp.phonegap.plugin.wizAssetsPlugin"
version="5.1.0">
version="5.1.1">

<name>Wizard Asset Manager Plugin</name>
<description>This plugin allows you easily download, lookup and delete files.</description>
Expand Down Expand Up @@ -60,4 +60,4 @@

</platform>

</plugin>
</plugin>

0 comments on commit 1816ccf

Please sign in to comment.