Skip to content

Commit

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

# Next

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

### Fixed

* Build issue for Xcode 12.4, now compatible with both Xcode 12.5 and 12.4 and lower
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.1"
s.version = "7.1.2"
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.1</string>
<string>7.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

Large diffs are not rendered by default.

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.1</version><url>https://dentelezhkin.github.io/DTCollectionViewManager/docsets/DTCollectionViewManager.tgz</url></entry>
<entry><version>7.1.2</version><url>https://dentelezhkin.github.io/DTCollectionViewManager/docsets/DTCollectionViewManager.tgz</url></entry>
4 changes: 2 additions & 2 deletions docs/undocumented.json
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

0 comments on commit 78a5f7a

Please sign in to comment.