Skip to content

Commit 7266707

Browse files
committed
Bump version to v2.2.0
1 parent 7e934b9 commit 7266707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ContentPass.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "ContentPass"
3-
spec.version = "2.1.0"
3+
spec.version = "2.2.0"
44
spec.summary = "Handles all authentication and validation with contentpass servers for you."
55

66
spec.homepage = "https://contentpass.de"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ or
2626
* Add the following `dependency` to your `Package.swift`:
2727
```swift
2828
dependencies: [
29-
.package(url: "https://github.com/contentpass/contentpass-ios", .upToNextMajor(from: "2.1.0"))
29+
.package(url: "https://github.com/contentpass/contentpass-ios", .upToNextMajor(from: "2.2.0"))
3030
]
3131
```
3232

@@ -38,7 +38,7 @@ In both cases don't forget to add the sdk to your targets.
3838

3939
With [CocoaPods](https://guides.cocoapods.org/using/getting-started.html), add the following line to your `Podfile`:
4040
```ruby
41-
pod 'ContentPass', '~> 2.0.0'
41+
pod 'ContentPass', '~> 2.2.0'
4242
```
4343

4444
Then, run `pod install` via terminal.

0 commit comments

Comments
 (0)