diff --git a/CHANGELOG-LATEST.md b/CHANGELOG-LATEST.md index 3d2ab368..33be9a53 100644 --- a/CHANGELOG-LATEST.md +++ b/CHANGELOG-LATEST.md @@ -1,7 +1,20 @@ ## RevenueCat SDK ### 📦 Dependency Updates -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.9.0 (#263) via RevenueCat Git Bot (@RCGitBot) - * [Android 8.10.2](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.2) - * [Android 8.10.1](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.1) - * [Android 8.10.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.0) - * [iOS 5.8.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.8.0) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.12.0 (#270) via RevenueCat Git Bot (@RCGitBot) + * [Android 8.10.3](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.3) + * [iOS 5.12.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.0) + * [iOS 5.11.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.11.0) + * [iOS 5.10.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.10.0) + * [iOS 5.9.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.9.0) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.11.0 (#267) via RevenueCat Git Bot (@RCGitBot) + * [Android 8.10.3](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.3) + * [iOS 5.12.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.0) + * [iOS 5.11.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.11.0) + * [iOS 5.10.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.10.0) + * [iOS 5.9.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.9.0) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.10.0 (#266) via RevenueCat Git Bot (@RCGitBot) + * [Android 8.10.3](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.3) + * [iOS 5.12.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.0) + * [iOS 5.11.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.11.0) + * [iOS 5.10.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.10.0) + * [iOS 5.9.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.9.0) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd3459a2..4afecc2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## 1.3.3+13.12.0 +## RevenueCat SDK +### 📦 Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.12.0 (#270) via RevenueCat Git Bot (@RCGitBot) + * [Android 8.10.3](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.3) + * [iOS 5.12.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.0) + * [iOS 5.11.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.11.0) + * [iOS 5.10.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.10.0) + * [iOS 5.9.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.9.0) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.11.0 (#267) via RevenueCat Git Bot (@RCGitBot) + * [Android 8.10.3](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.3) + * [iOS 5.12.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.0) + * [iOS 5.11.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.11.0) + * [iOS 5.10.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.10.0) + * [iOS 5.9.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.9.0) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.10.0 (#266) via RevenueCat Git Bot (@RCGitBot) + * [Android 8.10.3](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.3) + * [iOS 5.12.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.0) + * [iOS 5.11.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.11.0) + * [iOS 5.10.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.10.0) + * [iOS 5.9.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.9.0) + ## 1.3.2+13.9.0 ## RevenueCat SDK ### 📦 Dependency Updates diff --git a/core/core.podspec b/core/core.podspec index b7b3dbbd..6ed8a753 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.3+13.12.0' spec.homepage = '' spec.source = { :http=> ''} spec.authors = '' diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 57a79e5a..0037796f 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.12.0" -revenuecat-kmp = "1.4.0-SNAPSHOT" +revenuecat-kmp = "1.3.3+13.12.0" [libraries] android-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "agp" } diff --git a/mappings/mappings.podspec b/mappings/mappings.podspec index 3ba6ab02..e1501e5b 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.3+13.12.0' spec.homepage = '' spec.source = { :http=> ''} spec.authors = '' diff --git a/models/models.podspec b/models/models.podspec index d1d69b6b..1dab6c72 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.3+13.12.0' spec.homepage = '' spec.source = { :http=> ''} spec.authors = '' diff --git a/revenuecatui/revenuecatui.podspec b/revenuecatui/revenuecatui.podspec index b15144b9..6123a27a 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.3+13.12.0' spec.homepage = '' spec.source = { :http=> ''} spec.authors = ''