diff --git a/.version b/.version index 5bbc0df2..04f98b43 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.9.0 \ No newline at end of file +13.10.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 21eb1010..dc64d6a4 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,8 +1,7 @@ ## RevenueCat SDK ### 📦 Dependency Updates -* [AUTOMATIC] Android 8.10.1 => 8.10.2 (#962) via RevenueCat Git Bot (@RCGitBot) -* [AUTOMATIC] iOS 5.7.1 => 5.8.0 Android 8.9.0 => 8.10.1 (#960) via RevenueCat Git Bot (@RCGitBot) +* [AUTOMATIC] iOS 5.8.0 => 5.10.0 (#970) via Will Taylor (@fire-at-will) ### 🔄 Other Changes -* Bump cocoapods from 1.15.2 to 1.16.2 (#957) via dependabot[bot] (@dependabot[bot]) -* Bump lefthook from 1.8.1 to 1.8.2 (#953) via dependabot[bot] (@dependabot[bot]) +* Syncs version in `Package.swift` and `Package.resolved` with other iOS version files (#969) via JayShortway (@JayShortway) +* Bump fastlane from 2.224.0 to 2.225.0 (#942) via dependabot[bot] (@dependabot[bot]) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97792adf..f1b5efe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 13.10.0 +## RevenueCat SDK +### 📦 Dependency Updates +* [AUTOMATIC] iOS 5.8.0 => 5.10.0 (#970) via Will Taylor (@fire-at-will) + +### 🔄 Other Changes +* Syncs version in `Package.swift` and `Package.resolved` with other iOS version files (#969) via JayShortway (@JayShortway) +* Bump fastlane from 2.224.0 to 2.225.0 (#942) via dependabot[bot] (@dependabot[bot]) + ## 13.9.0 ## RevenueCat SDK ### 📦 Dependency Updates diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index 1e65416a..d6140ec8 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "13.9.0" + s.version = "13.10.0" s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/PurchasesHybridCommonUI.podspec b/PurchasesHybridCommonUI.podspec index 6005da1e..dcdc3360 100644 --- a/PurchasesHybridCommonUI.podspec +++ b/PurchasesHybridCommonUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommonUI" - s.version = "13.9.0" + s.version = "13.10.0" s.summary = "Common files for hybrid SDKs for RevenueCat UI" s.description = <<-DESC diff --git a/android/gradle.properties b/android/gradle.properties index 00d678ce..2c32beab 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -23,7 +23,7 @@ kotlin.code.style=official android.nonTransitiveRClass=true GROUP=com.revenuecat.purchases -VERSION_NAME=13.9.0 +VERSION_NAME=13.10.0 POM_DESCRIPTION=Mobile subscriptions in hours, not months. POM_URL=https://github.com/RevenueCat/purchases-hybrid-common diff --git a/ios/PurchasesHybridCommon/Info.plist b/ios/PurchasesHybridCommon/Info.plist index 260998f9..81f1e497 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 13.9.0 + 13.10.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift index c6fff3eb..8f126ebe 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift @@ -9,5 +9,5 @@ import Foundation internal struct Constants { - static let hybridCommonVersion = "13.9.0" + static let hybridCommonVersion = "13.10.0" } diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index c7487251..9e76a660 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 13.9.0 + 13.10.0 CFBundleVersion 1 diff --git a/typescript/package.json b/typescript/package.json index 095722d1..1a53fd05 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,7 +1,7 @@ { "name": "@revenuecat/purchases-typescript-internal", "title": "Purchases typescript internal shared code", - "version": "13.9.0", + "version": "13.10.0", "description": "Typescript code to be used by RevenueCat's hybrid SDKs. Not meant for external usage.", "main": "dist/index.js", "types": "dist/index.d.ts",