Skip to content

Commit

Permalink
Releasing version 7.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed May 14, 2021
1 parent b898e05 commit 6230a4d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

# Next

## [7.1.3](https://github.com/DenTelezhkin/DTCollectionViewManager/releases/tag/7.1.3)

### Fixed

* Build issues with Xcode 12.5 / Xcode 12.4 and lower.

## [7.1.2](https://github.com/DenTelezhkin/DTCollectionViewManager/releases/tag/7.1.2)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion DTCollectionViewManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTCollectionViewManager'
s.version = "7.1.2"
s.version = "7.1.3"
s.license = 'MIT'
s.summary = 'Protocol-oriented UICollectionView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenTelezhkin/DTCollectionViewManager'
Expand Down
2 changes: 1 addition & 1 deletion Supporting files/Framework.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>7.1.2</string>
<string>7.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@
},
{
"file": "/Users/denystelezhkin/Projects/DTCollectionViewManager/Sources/DTCollectionViewManager/DTCollectionViewDataSource.swift",
"line": 111,
"line": 132,
"symbol": "DTCollectionViewDataSource.indexTitles(for:)",
"symbol_kind": "source.lang.swift.decl.function.method.instance",
"warning": "undocumented"
},
{
"file": "/Users/denystelezhkin/Projects/DTCollectionViewManager/Sources/DTCollectionViewManager/DTCollectionViewDataSource.swift",
"line": 120,
"line": 141,
"symbol": "DTCollectionViewDataSource.collectionView(_:indexPathForIndexTitle:at:)",
"symbol_kind": "source.lang.swift.decl.function.method.instance",
"warning": "undocumented"
Expand Down
Binary file modified docs/docsets/DTCollectionViewManager.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/docsets/DTCollectionViewManager.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<entry><version>7.1.2</version><url>https://dentelezhkin.github.io/DTCollectionViewManager/docsets/DTCollectionViewManager.tgz</url></entry>
<entry><version>7.1.3</version><url>https://dentelezhkin.github.io/DTCollectionViewManager/docsets/DTCollectionViewManager.tgz</url></entry>

0 comments on commit 6230a4d

Please sign in to comment.