Skip to content

Commit 6f806ee

Browse files
committed
Releasing version 11.0.0.
1 parent edc9fa7 commit 6f806ee

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33

44
# Next
55

6+
## [11.0.0](https://github.com/DenTelezhkin/DTCollectionViewManager/releases/tag/11.0.0)
7+
68
### Added
79

810
* Support for `UICollectionViewDelegate.collectionView(_:canPerformPrimaryActionForItemAt:)` and `UICollectionViewDelegate.collectionView(_:performPrimaryActionForItemAt:)` delegate methods on iOS 16 and tvOS 16.

DTCollectionViewManager.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'DTCollectionViewManager'
3-
s.version = "11.0.0-beta.1"
3+
s.version = "11.0.0"
44
s.license = 'MIT'
55
s.summary = 'Protocol-oriented UICollectionView management, powered by generics and associated types.'
66
s.homepage = 'https://github.com/DenTelezhkin/DTCollectionViewManager'

Supporting files/Framework.plist

+1-1
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>11.0.0-beta.1</string>
18+
<string>11.0.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)