diff --git a/README.md b/README.md index 330f4f64..1968adb9 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ file size of the zip file. ## Release Notes +### 3.1.0 (Feb 23, 2016) +* Updated SSZipArchive (ios lib) to 1.1 + ### 3.0.0 (May 1, 2015) * Updated SSZipArchive (ios lib) to 0.2.1 * Update file plugin dependency to use npm version (cordova-plugin-file) diff --git a/package.json b/package.json index 565b21a3..94919f65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-zip", - "version": "3.0.0", + "version": "3.1.0", "description": "Unzips zip files", "cordova": { "id": "cordova-plugin-unzip", diff --git a/plugin.xml b/plugin.xml index 65599caf..746ea4fe 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="3.1.0">