Skip to content

Commit e682a64

Browse files
committed
Bump version to 0.5.0
1 parent 3e58c73 commit e682a64

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.4.5"
4+
s.version = "0.5.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
@@ -829,7 +829,7 @@
829829
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
830830
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
831831
COPY_PHASE_STRIP = NO;
832-
CURRENT_PROJECT_VERSION = 181;
832+
CURRENT_PROJECT_VERSION = 188;
833833
DEBUG_INFORMATION_FORMAT = dwarf;
834834
ENABLE_STRICT_OBJC_MSGSEND = YES;
835835
ENABLE_TESTABILITY = YES;
@@ -879,7 +879,7 @@
879879
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
880880
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
881881
COPY_PHASE_STRIP = NO;
882-
CURRENT_PROJECT_VERSION = 181;
882+
CURRENT_PROJECT_VERSION = 188;
883883
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
884884
ENABLE_NS_ASSERTIONS = NO;
885885
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -909,7 +909,7 @@
909909
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
910910
DEFINES_MODULE = YES;
911911
DYLIB_COMPATIBILITY_VERSION = 1;
912-
DYLIB_CURRENT_VERSION = 181;
912+
DYLIB_CURRENT_VERSION = 188;
913913
DYLIB_INSTALL_NAME_BASE = "@rpath";
914914
INFOPLIST_FILE = APNGKit/Info.plist;
915915
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -930,7 +930,7 @@
930930
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
931931
DEFINES_MODULE = YES;
932932
DYLIB_COMPATIBILITY_VERSION = 1;
933-
DYLIB_CURRENT_VERSION = 181;
933+
DYLIB_CURRENT_VERSION = 188;
934934
DYLIB_INSTALL_NAME_BASE = "@rpath";
935935
INFOPLIST_FILE = APNGKit/Info.plist;
936936
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.4.5</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>181</string>
22+
<string>188</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.4.5</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>181</string>
22+
<string>188</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.4.5</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>181</string>
22+
<string>188</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.4.5</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>181</string>
22+
<string>188</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.4.5</string>
18+
<string>0.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>181</string>
22+
<string>188</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)