Skip to content

Commit 6230a4d

Browse files
committed
Releasing version 7.1.3.
1 parent b898e05 commit 6230a4d

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
# Next
55

6+
## [7.1.3](https://github.com/DenTelezhkin/DTCollectionViewManager/releases/tag/7.1.3)
7+
8+
### Fixed
9+
10+
* Build issues with Xcode 12.5 / Xcode 12.4 and lower.
11+
612
## [7.1.2](https://github.com/DenTelezhkin/DTCollectionViewManager/releases/tag/7.1.2)
713

814
### Fixed

DTCollectionViewManager.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 = 'DTCollectionViewManager'
3-
s.version = "7.1.2"
3+
s.version = "7.1.3"
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

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>7.1.2</string>
18+
<string>7.1.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

docs/docsets/DTCollectionViewManager.docset/Contents/Resources/Documents/undocumented.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@
114114
},
115115
{
116116
"file": "/Users/denystelezhkin/Projects/DTCollectionViewManager/Sources/DTCollectionViewManager/DTCollectionViewDataSource.swift",
117-
"line": 111,
117+
"line": 132,
118118
"symbol": "DTCollectionViewDataSource.indexTitles(for:)",
119119
"symbol_kind": "source.lang.swift.decl.function.method.instance",
120120
"warning": "undocumented"
121121
},
122122
{
123123
"file": "/Users/denystelezhkin/Projects/DTCollectionViewManager/Sources/DTCollectionViewManager/DTCollectionViewDataSource.swift",
124-
"line": 120,
124+
"line": 141,
125125
"symbol": "DTCollectionViewDataSource.collectionView(_:indexPathForIndexTitle:at:)",
126126
"symbol_kind": "source.lang.swift.decl.function.method.instance",
127127
"warning": "undocumented"
3 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<entry><version>7.1.2</version><url>https://dentelezhkin.github.io/DTCollectionViewManager/docsets/DTCollectionViewManager.tgz</url></entry>
1+
<entry><version>7.1.3</version><url>https://dentelezhkin.github.io/DTCollectionViewManager/docsets/DTCollectionViewManager.tgz</url></entry>

0 commit comments

Comments
 (0)