Skip to content

Commit b2cdde2

Browse files
committed
Bump version to 0.2.0
1 parent 8453e02 commit b2cdde2

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

APNGKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "APNGKit"
4-
s.version = "0.1.4"
4+
s.version = "0.2.0"
55
s.summary = "High performance and delightful way to play with APNG format in iOS."
66

77
s.description = <<-DESC

APNGKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@
818818
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
819819
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
820820
COPY_PHASE_STRIP = NO;
821-
CURRENT_PROJECT_VERSION = 118;
821+
CURRENT_PROJECT_VERSION = 125;
822822
DEBUG_INFORMATION_FORMAT = dwarf;
823823
ENABLE_STRICT_OBJC_MSGSEND = YES;
824824
ENABLE_TESTABILITY = YES;
@@ -866,7 +866,7 @@
866866
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
867867
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
868868
COPY_PHASE_STRIP = NO;
869-
CURRENT_PROJECT_VERSION = 118;
869+
CURRENT_PROJECT_VERSION = 125;
870870
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
871871
ENABLE_NS_ASSERTIONS = NO;
872872
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -894,7 +894,7 @@
894894
CLANG_ENABLE_MODULES = YES;
895895
DEFINES_MODULE = YES;
896896
DYLIB_COMPATIBILITY_VERSION = 1;
897-
DYLIB_CURRENT_VERSION = 118;
897+
DYLIB_CURRENT_VERSION = 125;
898898
DYLIB_INSTALL_NAME_BASE = "@rpath";
899899
INFOPLIST_FILE = APNGKit/Info.plist;
900900
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -913,7 +913,7 @@
913913
CLANG_ENABLE_MODULES = YES;
914914
DEFINES_MODULE = YES;
915915
DYLIB_COMPATIBILITY_VERSION = 1;
916-
DYLIB_CURRENT_VERSION = 118;
916+
DYLIB_CURRENT_VERSION = 125;
917917
DYLIB_INSTALL_NAME_BASE = "@rpath";
918918
INFOPLIST_FILE = APNGKit/Info.plist;
919919
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

APNGKit/Info.plist

Lines changed: 2 additions & 2 deletions
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>0.1.4</string>
18+
<string>0.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>118</string>
22+
<string>125</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

APNGKitDemo/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.4</string>
18+
<string>0.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>118</string>
22+
<string>125</string>
2323
<key>InitImages</key>
2424
<array>
2525
<dict>

APNGKitDemoTests/Info.plist

Lines changed: 2 additions & 2 deletions
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>0.1.4</string>
18+
<string>0.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>118</string>
22+
<string>125</string>
2323
</dict>
2424
</plist>

APNGKitDemoUITests/Info.plist

Lines changed: 2 additions & 2 deletions
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>0.1.4</string>
18+
<string>0.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>118</string>
22+
<string>125</string>
2323
</dict>
2424
</plist>

APNGKitTests/Info.plist

Lines changed: 2 additions & 2 deletions
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>0.1.4</string>
18+
<string>0.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>118</string>
22+
<string>125</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)