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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amirdew committed Jun 13, 2021
1 parent 9270421 commit 13af82e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CollectionViewPagingLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CollectionViewPagingLayout"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "A simple but highly customizable layout for UICollectionView and SwiftUI."

s.description = <<-DESC
Expand Down
2 changes: 2 additions & 0 deletions CollectionViewPagingLayout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = amir.app.CollectionViewPagingLayout;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -626,6 +627,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = amir.app.CollectionViewPagingLayout;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion CollectionViewPagingLayout/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions Samples/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CollectionViewPagingLayout (1.0.0)
- CollectionViewPagingLayout (1.0.2)
- Splash (0.13.0)
- SwiftLint (0.41.0)

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

SPEC CHECKSUMS:
CollectionViewPagingLayout: 3d6aa471bb35a58afaee12704290d0f70db74f2e
CollectionViewPagingLayout: 418c8f5fc92cb35673f961196d5e0509ab853667
Splash: 5ec9a07c4bbf047ddd659bfc11d35331d31004f7
SwiftLint: c585ebd615d9520d7fbdbe151f527977b0534f1e

Expand Down

0 comments on commit 13af82e

Please sign in to comment.