-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.1.0 | ||
6.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
## RevenueCat SDK | ||
### 📦 Dependency Updates | ||
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.7.0 (#601) via RevenueCat Git Bot (@RCGitBot) | ||
* Bump fastlane from 2.224.0 to 2.225.0 (#596) via dependabot[bot] (@dependabot[bot]) | ||
* Bump danger from 9.5.0 to 9.5.1 (#597) via dependabot[bot] (@dependabot[bot]) | ||
* Bump fastlane from 2.223.1 to 2.224.0 (#591) via dependabot[bot] (@dependabot[bot]) | ||
* Bump xcodeproj from 1.25.0 to 1.25.1 (#590) via dependabot[bot] (@dependabot[bot]) | ||
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.0 (#592) via RevenueCat Git Bot (@RCGitBot) | ||
* Bump fastlane from 2.222.0 to 2.223.1 (#587) via dependabot[bot] (@dependabot[bot]) | ||
### Win-back Offers | ||
#### ✨ New Features | ||
* Support displaying deferred win-back StoreKit messages (#600) via Will Taylor (@fire-at-will) | ||
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.8.0 (#604) via RevenueCat Git Bot (@RCGitBot) | ||
* Bump xcodeproj from 1.25.1 to 1.27.0 (#603) via dependabot[bot] (@dependabot[bot]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,7 @@ extension CDVPurchasesPlugin { | |
} | ||
|
||
var platformFlavorVersion: String { | ||
return "6.1.0" | ||
return "6.1.1" | ||
} | ||
|
||
} |