Skip to content

Commit

Permalink
Merge pull request #60 from BenEmdon/bump_version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
BenEmdon authored Jan 26, 2020
2 parents e887b54 + 3dd16ba commit f2bf371
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CenteredCollectionView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = 'CenteredCollectionView'
s.version = '2.2.1'
s.version = '2.2.2'
s.summary = 'A `CollectionViewFlowLayout` that \'pages\' and centers its cells 🎡 written in Swift'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CenteredCollectionView is available through [Swift Package Manager](https://swif
To install it with **Swift Package Manager**, add the URL `https://github.com/BenEmdon/CenteredCollectionView` in Xcode Add Package Dependency assistant ; or add to your own `Package.swift`:
```swift
dependencies: [
.package(url: "https://github.com/BenEmdon/CenteredCollectionView", from: "2.2.1")
.package(url: "https://github.com/BenEmdon/CenteredCollectionView", from: "2.2.2")
]
```

Expand Down
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CenteredCollectionView is available through [Swift Package Manager](https://swif
To install it with **Swift Package Manager**, add the URL `https://github.com/BenEmdon/CenteredCollectionView` in Xcode Add Package Dependency assistant ; or add to your own `Package.swift`:
```swift
dependencies: [
.package(url: "https://github.com/BenEmdon/CenteredCollectionView", from: "2.2.1")
.package(url: "https://github.com/BenEmdon/CenteredCollectionView", from: "2.2.2")
]
```

Expand Down

0 comments on commit f2bf371

Please sign in to comment.