diff --git a/CHANGELOG-LATEST.md b/CHANGELOG-LATEST.md index e9dd5f13..1aa647fa 100644 --- a/CHANGELOG-LATEST.md +++ b/CHANGELOG-LATEST.md @@ -1,5 +1,7 @@ ## RevenueCat SDK ### 📦 Dependency Updates -* Bump fastlane from 2.225.0 to 2.226.0 (#276) via dependabot[bot] (@dependabot[bot]) -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.12.1 (#274) via RevenueCat Git Bot (@RCGitBot) - * [iOS 5.12.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.1) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.13.0 (#279) via RevenueCat Git Bot (@RCGitBot) + * [Android 8.10.5](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.5) + * [Android 8.10.4](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.4) + * [iOS 5.14.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.14.0) + * [iOS 5.13.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.13.0) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a670c4..19a59435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.3.5+13.13.0 +## RevenueCat SDK +### 📦 Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.13.0 (#279) via RevenueCat Git Bot (@RCGitBot) + * [Android 8.10.5](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.5) + * [Android 8.10.4](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.4) + * [iOS 5.14.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.14.0) + * [iOS 5.13.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.13.0) + ## 1.3.4+13.12.1 ## RevenueCat SDK ### 📦 Dependency Updates diff --git a/VERSIONS.md b/VERSIONS.md index 4d3bbc31..339cf361 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common files version | Play Billing Library version | |---------|-------------|-----------------|----------------------|------------------------------| +| 1.3.5+13.13.0 | [5.14.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.14.0) | [8.10.5](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.5) | [13.13.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.13.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | | 1.3.4+13.12.1 | [5.12.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.1) | [8.10.3](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.3) | [13.12.1](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.12.1) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | | 1.3.3+13.12.0 | [5.12.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.0) | [8.10.3](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.3) | [13.12.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.12.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | | 1.3.2+13.9.0 | [5.8.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.8.0) | [8.10.2](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.2) | [13.9.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.9.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | diff --git a/core/core.podspec b/core/core.podspec index 0fdabec7..a5405dc2 100644 --- a/core/core.podspec +++ b/core/core.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'core' - spec.version = '1.4.0-SNAPSHOT' + spec.version = '1.3.5+13.13.0' spec.homepage = '' spec.source = { :http=> ''} spec.authors = '' diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 25480342..e1b31c72 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ ios-deploymentTarget = "13.0" java = "1.8" kotlin = "1.9.23" revenuecat-common = "13.13.0" -revenuecat-kmp = "1.4.0-SNAPSHOT" +revenuecat-kmp = "1.3.5+13.13.0" [libraries] android-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "agp" } diff --git a/mappings/mappings.podspec b/mappings/mappings.podspec index 7a9bdcb9..9e5e5c7c 100644 --- a/mappings/mappings.podspec +++ b/mappings/mappings.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'mappings' - spec.version = '1.4.0-SNAPSHOT' + spec.version = '1.3.5+13.13.0' spec.homepage = '' spec.source = { :http=> ''} spec.authors = '' diff --git a/models/models.podspec b/models/models.podspec index 1e6b7485..287dfb6f 100644 --- a/models/models.podspec +++ b/models/models.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'models' - spec.version = '1.4.0-SNAPSHOT' + spec.version = '1.3.5+13.13.0' spec.homepage = '' spec.source = { :http=> ''} spec.authors = '' diff --git a/revenuecatui/revenuecatui.podspec b/revenuecatui/revenuecatui.podspec index 23a48d0b..d6246de0 100644 --- a/revenuecatui/revenuecatui.podspec +++ b/revenuecatui/revenuecatui.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'revenuecatui' - spec.version = '1.4.0-SNAPSHOT' + spec.version = '1.3.5+13.13.0' spec.homepage = '' spec.source = { :http=> ''} spec.authors = ''