Skip to content

Commit 69b7367

Browse files
committed
Version 1.3.0
1 parent 3812812 commit 69b7367

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ZipArchive change log
22

3+
## Version 1.3.0
4+
5+
10 July 2014
6+
7+
* fixes modification date is stored in wrong format. (@danielmatzke)
8+
* updated several types for osx Compatibility. (@OpenFibers)
9+
* Xcode 5 upgrade recommendations (Ryan Punt)
10+
311
## Version 1.2.0
412

513
7 August 2013

ZipArchive.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ZipArchive"
3-
s.version = "1.2.0"
3+
s.version = "1.3.0"
44
s.summary = "An Objective C class for zip/unzip on iPhone and Mac OS X."
55
s.description = <<-DESC
66
ZipArchive is an Objective-C class to compress or uncompress zip files, which is base on open source code "MiniZip".

0 commit comments

Comments
 (0)