Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit 13af82e

Browse files
committed
Bump version
1 parent 9270421 commit 13af82e

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CollectionViewPagingLayout.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 = "CollectionViewPagingLayout"
3-
s.version = "1.0.1"
3+
s.version = "1.0.2"
44
s.summary = "A simple but highly customizable layout for UICollectionView and SwiftUI."
55

66
s.description = <<-DESC

CollectionViewPagingLayout.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@
600600
"@executable_path/Frameworks",
601601
"@loader_path/Frameworks",
602602
);
603+
MARKETING_VERSION = 1.0.2;
603604
PRODUCT_BUNDLE_IDENTIFIER = amir.app.CollectionViewPagingLayout;
604605
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
605606
SKIP_INSTALL = YES;
@@ -626,6 +627,7 @@
626627
"@executable_path/Frameworks",
627628
"@loader_path/Frameworks",
628629
);
630+
MARKETING_VERSION = 1.0.2;
629631
PRODUCT_BUNDLE_IDENTIFIER = amir.app.CollectionViewPagingLayout;
630632
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
631633
SKIP_INSTALL = YES;

CollectionViewPagingLayout/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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

Samples/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- CollectionViewPagingLayout (1.0.0)
2+
- CollectionViewPagingLayout (1.0.2)
33
- Splash (0.13.0)
44
- SwiftLint (0.41.0)
55

@@ -24,7 +24,7 @@ CHECKOUT OPTIONS:
2424
:git: https://github.com/amirdew/Splash.git
2525

2626
SPEC CHECKSUMS:
27-
CollectionViewPagingLayout: 3d6aa471bb35a58afaee12704290d0f70db74f2e
27+
CollectionViewPagingLayout: 418c8f5fc92cb35673f961196d5e0509ab853667
2828
Splash: 5ec9a07c4bbf047ddd659bfc11d35331d31004f7
2929
SwiftLint: c585ebd615d9520d7fbdbe151f527977b0534f1e
3030

0 commit comments

Comments
 (0)