Skip to content

Commit bd19d97

Browse files
committedSep 26, 2020
Release 2.1.1
1 parent 3164688 commit bd19d97

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed
 

‎Zip.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "Zip"
11-
s.version = "2.1.0"
11+
s.version = "2.1.1"
1212
s.summary = "Zip and unzip files in Swift."
1313
s.swift_version = "5.3"
1414
s.swift_versions = ["4.2", "5.0", "5.1", "5.3"]

‎Zip.xcodeproj/project.pbxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -690,9 +690,9 @@
690690
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
691691
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
692692
COPY_PHASE_STRIP = NO;
693-
CURRENT_PROJECT_VERSION = 15;
693+
CURRENT_PROJECT_VERSION = 16;
694694
DEBUG_INFORMATION_FORMAT = dwarf;
695-
DYLIB_CURRENT_VERSION = 15;
695+
DYLIB_CURRENT_VERSION = 16;
696696
ENABLE_STRICT_OBJC_MSGSEND = YES;
697697
ENABLE_TESTABILITY = YES;
698698
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -753,9 +753,9 @@
753753
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
754754
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
755755
COPY_PHASE_STRIP = NO;
756-
CURRENT_PROJECT_VERSION = 15;
756+
CURRENT_PROJECT_VERSION = 16;
757757
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
758-
DYLIB_CURRENT_VERSION = 15;
758+
DYLIB_CURRENT_VERSION = 16;
759759
ENABLE_NS_ASSERTIONS = NO;
760760
ENABLE_STRICT_OBJC_MSGSEND = YES;
761761
GCC_C_LANGUAGE_STANDARD = gnu99;

‎Zip/Info-tvOS.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.0</string>
18+
<string>2.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>15</string>
22+
<string>16</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

‎Zip/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.0</string>
18+
<string>2.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>15</string>
22+
<string>16</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

‎ZipTests/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.0</string>
18+
<string>2.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>15</string>
22+
<string>16</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)
Please sign in to comment.