Skip to content

Commit

Permalink
Bump version to 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Jan 3, 2021
1 parent 766ca7b commit bf144d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IBPCollectionViewCompositionalLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'IBPCollectionViewCompositionalLayout'
s.version = '0.6.7'
s.version = '0.6.8'
s.summary = 'Backport of UICollectionViewCompositionalLayout to earlier iOS 12.'
s.description = <<-DESC
A new UICollectionViewCompositionalLayout class has been added to UIKit to make it incredibly easier to create custom complex collection view layout.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.6.7</string>
<string>0.6.8</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit bf144d8

Please sign in to comment.