Skip to content

Commit

Permalink
Bumped lib version to 1.11.0. Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skifcha committed Dec 23, 2020
1 parent a153696 commit 91a90e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Adapty.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Adapty'
s.version = '1.10.3'
s.version = '1.11.0'
s.summary = 'Adapty SDK for iOS.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Make sure you forced Swift 5.0+ for Adapty pod in case your app is written in ol
### CocoaPods

1. Create a Podfile if you don't have one: `pod init`
2. Add Adapty to your Podfile: `pod 'Adapty', '~> 1.10.0'`
2. Add Adapty to your Podfile: `pod 'Adapty', '~> 1.11.0'`
3. Save the file and run: `pod install`. This creates an `.xcworkspace` file for your app. Use this file for all future development on your application.

### Swift Package Manager
Expand Down

0 comments on commit 91a90e5

Please sign in to comment.