Skip to content

Commit 405d38a

Browse files
committed
Bump version to 0.3.1
1 parent 849217c commit 405d38a

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.3.0"
4+
s.version = "0.3.1"
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
@@ -825,7 +825,7 @@
825825
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
826826
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
827827
COPY_PHASE_STRIP = NO;
828-
CURRENT_PROJECT_VERSION = 146;
828+
CURRENT_PROJECT_VERSION = 150;
829829
DEBUG_INFORMATION_FORMAT = dwarf;
830830
ENABLE_STRICT_OBJC_MSGSEND = YES;
831831
ENABLE_TESTABILITY = YES;
@@ -875,7 +875,7 @@
875875
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
876876
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
877877
COPY_PHASE_STRIP = NO;
878-
CURRENT_PROJECT_VERSION = 146;
878+
CURRENT_PROJECT_VERSION = 150;
879879
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
880880
ENABLE_NS_ASSERTIONS = NO;
881881
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -905,7 +905,7 @@
905905
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
906906
DEFINES_MODULE = YES;
907907
DYLIB_COMPATIBILITY_VERSION = 1;
908-
DYLIB_CURRENT_VERSION = 146;
908+
DYLIB_CURRENT_VERSION = 150;
909909
DYLIB_INSTALL_NAME_BASE = "@rpath";
910910
INFOPLIST_FILE = APNGKit/Info.plist;
911911
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -926,7 +926,7 @@
926926
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
927927
DEFINES_MODULE = YES;
928928
DYLIB_COMPATIBILITY_VERSION = 1;
929-
DYLIB_CURRENT_VERSION = 146;
929+
DYLIB_CURRENT_VERSION = 150;
930930
DYLIB_INSTALL_NAME_BASE = "@rpath";
931931
INFOPLIST_FILE = APNGKit/Info.plist;
932932
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.3.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>146</string>
22+
<string>150</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.3.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>146</string>
22+
<string>150</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.3.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>146</string>
22+
<string>150</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.3.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>146</string>
22+
<string>150</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.3.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>146</string>
22+
<string>150</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)