Skip to content

Commit b7bb097

Browse files
committed
1.3.0 (2)
1 parent 388fc6f commit b7bb097

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ManualLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ManualLayout'
3-
s.version = '1.2.1'
3+
s.version = '1.3.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Easy to use and flexible AutoLayout alternative for iOS 8+. Supports AsyncDisplayKit.'
66

ManualLayout.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@
625625
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
626626
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
627627
COPY_PHASE_STRIP = NO;
628-
CURRENT_PROJECT_VERSION = 1;
628+
CURRENT_PROJECT_VERSION = 2;
629629
ENABLE_STRICT_OBJC_MSGSEND = YES;
630630
ENABLE_TESTABILITY = YES;
631631
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -675,7 +675,7 @@
675675
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
676676
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
677677
COPY_PHASE_STRIP = YES;
678-
CURRENT_PROJECT_VERSION = 1;
678+
CURRENT_PROJECT_VERSION = 2;
679679
ENABLE_NS_ASSERTIONS = NO;
680680
ENABLE_STRICT_OBJC_MSGSEND = YES;
681681
GCC_C_LANGUAGE_STANDARD = gnu99;

ManualLayout/Info-tvOS.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.1</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

ManualLayout/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.1</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)