diff --git a/.version b/.version index 4a68b557..d8ffaa07 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -11.0.0 \ No newline at end of file +11.1.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index d7acd1c9..41112eeb 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,7 +1,3 @@ -### Breaking Changes -* `purchasesAreCompletedBy`. Remove `observerMode`. iOS 4.43.0 => 4.43.1 (#845) via RevenueCat Git Bot (@RCGitBot) ### Dependency Updates -* Bump lefthook from 1.6.16 to 1.6.18 (#842) via dependabot[bot] (@dependabot[bot]) -* Bump fastlane from 2.221.0 to 2.221.1 (#841) via dependabot[bot] (@dependabot[bot]) -### Other Changes -* Adds .aiexclude (#843) via JayShortway (@JayShortway) +* Bump Android 7.12.0 (#851) via Toni Rico (@tonidero) +* [AUTOMATIC] iOS 4.43.1 => 4.43.2 (#849) via RevenueCat Git Bot (@RCGitBot) diff --git a/CHANGELOG.md b/CHANGELOG.md index e43ef82e..3e125c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 11.1.0 +### Dependency Updates +* Bump Android 7.12.0 (#851) via Toni Rico (@tonidero) +* [AUTOMATIC] iOS 4.43.1 => 4.43.2 (#849) via RevenueCat Git Bot (@RCGitBot) + ## 11.0.0 ### Breaking Changes * `purchasesAreCompletedBy`. Remove `observerMode`. iOS 4.43.0 => 4.43.1 (#845) via RevenueCat Git Bot (@RCGitBot) diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index 5c672706..516c2bfe 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "11.0.0" + s.version = "11.1.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 7b6ea82d..635adcb2 100644 --- a/PurchasesHybridCommonUI.podspec +++ b/PurchasesHybridCommonUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommonUI" - s.version = "11.0.0" + s.version = "11.1.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 f0f1db5e..8c3df701 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=11.0.0 +VERSION_NAME=11.1.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 d047339f..71f2feea 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 11.0.0 + 11.1.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift index 2c772157..6abd5566 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 = "11.0.0" + static let hybridCommonVersion = "11.1.0" } diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index 2d4b8a23..846cd347 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 11.0.0 + 11.1.0 CFBundleVersion 1 diff --git a/typescript/package.json b/typescript/package.json index fed43fb8..d29969fc 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": "11.0.0", + "version": "11.1.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",