Skip to content

Commit 977b57d

Browse files
committed
Bump version to 3.1.0
1 parent f0c03bf commit 977b57d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ file size of the zip file.
2929

3030
## Release Notes
3131

32+
### 3.1.0 (Feb 23, 2016)
33+
* Updated SSZipArchive (ios lib) to 1.1
34+
3235
### 3.0.0 (May 1, 2015)
3336
* Updated SSZipArchive (ios lib) to 0.2.1
3437
* Update file plugin dependency to use npm version (cordova-plugin-file)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-zip",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Unzips zip files",
55
"cordova": {
66
"id": "cordova-plugin-unzip",

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-zip"
5-
version="3.0.0">
5+
version="3.1.0">
66
<engines>
77
<engine name="cordova" version=">=3.3.0" />
88
</engines>

0 commit comments

Comments
 (0)