Skip to content

Commit 35b57bc

Browse files
committed
Version bump (1.0.1)
1 parent 726b559 commit 35b57bc

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

RSKCollectionViewRetractableFirstItemLayout.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 = 'RSKCollectionViewRetractableFirstItemLayout'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.summary = 'A light-weight UICollectionViewFlowLayout subclass that allows the first item to be retractable.'
55
s.homepage = 'https://github.com/ruslanskorb/RSKCollectionViewRetractableFirstItemLayout'
66
s.license = { :type => 'Apache', :file => 'LICENSE' }

RSKCollectionViewRetractableFirstItemLayout.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
167167
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
168168
COPY_PHASE_STRIP = NO;
169-
CURRENT_PROJECT_VERSION = 1;
169+
CURRENT_PROJECT_VERSION = 1.0.1;
170170
DEBUG_INFORMATION_FORMAT = dwarf;
171171
ENABLE_STRICT_OBJC_MSGSEND = YES;
172172
ENABLE_TESTABILITY = YES;
@@ -219,7 +219,7 @@
219219
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
220220
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
221221
COPY_PHASE_STRIP = NO;
222-
CURRENT_PROJECT_VERSION = 1;
222+
CURRENT_PROJECT_VERSION = 1.0.1;
223223
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
224224
ENABLE_NS_ASSERTIONS = NO;
225225
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -249,8 +249,8 @@
249249
CODE_SIGN_IDENTITY = "";
250250
DEFINES_MODULE = YES;
251251
DEVELOPMENT_TEAM = J3P7YV7464;
252-
DYLIB_COMPATIBILITY_VERSION = 1;
253-
DYLIB_CURRENT_VERSION = 1;
252+
DYLIB_COMPATIBILITY_VERSION = 1.0.1;
253+
DYLIB_CURRENT_VERSION = 1.0.1;
254254
DYLIB_INSTALL_NAME_BASE = "@rpath";
255255
INFOPLIST_FILE = RSKCollectionViewRetractableFirstItemLayout/Info.plist;
256256
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -270,8 +270,8 @@
270270
CODE_SIGN_IDENTITY = "";
271271
DEFINES_MODULE = YES;
272272
DEVELOPMENT_TEAM = J3P7YV7464;
273-
DYLIB_COMPATIBILITY_VERSION = 1;
274-
DYLIB_CURRENT_VERSION = 1;
273+
DYLIB_COMPATIBILITY_VERSION = 1.0.1;
274+
DYLIB_CURRENT_VERSION = 1.0.1;
275275
DYLIB_INSTALL_NAME_BASE = "@rpath";
276276
INFOPLIST_FILE = RSKCollectionViewRetractableFirstItemLayout/Info.plist;
277277
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

RSKCollectionViewRetractableFirstItemLayout/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.0.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

RSKCollectionViewRetractableFirstItemLayoutExample/RSKCollectionViewRetractableFirstItemLayoutExample/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>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

RSKCollectionViewRetractableFirstItemLayoutExample/RSKCollectionViewRetractableFirstItemLayoutExampleUITests/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>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.0</string>
18+
<string>1.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)