From 977b57d2a5e4bf8d8b7671e5b498aa8ca098fbe4 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Tue, 23 Feb 2016 10:21:48 -0500 Subject: [PATCH] Bump version to 3.1.0 --- README.md | 3 +++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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">