Skip to content

Commit

Permalink
Version bump for 9.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Oct 30, 2024
1 parent 5a1fdcb commit bac19f0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.4
9.0.5
7 changes: 4 additions & 3 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.0 (#336) via RevenueCat Git Bot (@RCGitBot)
* Bump fastlane from 2.223.1 to 2.224.0 (#334) via dependabot[bot] (@dependabot[bot])
* Bump fastlane from 2.222.0 to 2.223.1 (#330) via dependabot[bot] (@dependabot[bot])
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.7.0 (#345) via RevenueCat Git Bot (@RCGitBot)
* Bump cocoapods from 1.15.2 to 1.16.1 (#346) via dependabot[bot] (@dependabot[bot])
* Bump fastlane from 2.224.0 to 2.225.0 (#342) via dependabot[bot] (@dependabot[bot])
* Bump danger from 9.5.0 to 9.5.1 (#341) via dependabot[bot] (@dependabot[bot])
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 9.0.5
## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.7.0 (#345) via RevenueCat Git Bot (@RCGitBot)
* Bump cocoapods from 1.15.2 to 1.16.1 (#346) via dependabot[bot] (@dependabot[bot])
* Bump fastlane from 2.224.0 to 2.225.0 (#342) via dependabot[bot] (@dependabot[bot])
* Bump danger from 9.5.0 to 9.5.1 (#341) via dependabot[bot] (@dependabot[bot])

## 9.0.4
## RevenueCat SDK
### 📦 Dependency Updates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class PurchasesPlugin : Plugin() {

companion object {
private const val PLATFORM_NAME = "capacitor"
private const val PLUGIN_VERSION = "9.0.4"
private const val PLUGIN_VERSION = "9.0.5"

private const val CUSTOMER_INFO_KEY = "customerInfo"
}
Expand Down
2 changes: 1 addition & 1 deletion ios/Plugin/PurchasesPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import RevenueCat
@objc(PurchasesPlugin)
public class PurchasesPlugin: CAPPlugin, PurchasesDelegate {
private let platformFlavor = "capacitor"
private let platformVersion = "9.0.4"
private let platformVersion = "9.0.5"

private let customerInfoKey = "customerInfo"
private let transactionKey = "transaction"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@revenuecat/purchases-capacitor",
"version": "9.0.4",
"version": "9.0.5",
"description": "Capacitor in-app purchases and subscriptions made easy. Support for iOS and Android.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit bac19f0

Please sign in to comment.