Skip to content

Commit

Permalink
[AUTOMATIC] Release/1.3.4+13.12.1 (#277)
Browse files Browse the repository at this point in the history
* Version bump for 1.3.4+13.12.1

* Updates VERSIONS.md

---------

Co-authored-by: revenuecat-ops <[email protected]>
  • Loading branch information
RCGitBot and revenuecat-ops authored Dec 12, 2024
1 parent 2229296 commit 527ad6f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 23 deletions.
21 changes: 3 additions & 18 deletions CHANGELOG-LATEST.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
## 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)
* 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)
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.3.4+13.12.1
## 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)

## 1.3.3+13.12.0
## RevenueCat SDK
### 📦 Dependency Updates
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Version | iOS version | Android version | Common files version | Play Billing Library version |
|---------|-------------|-----------------|----------------------|------------------------------|
| 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) |
| 1.3.1+13.8.0 | [5.7.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.7.1) | [8.9.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.9.0) | [13.8.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.8.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) |
Expand Down
2 changes: 1 addition & 1 deletion core/core.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'core'
spec.version = '1.4.0-SNAPSHOT'
spec.version = '1.3.4+13.12.1'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ios-deploymentTarget = "13.0"
java = "1.8"
kotlin = "1.9.23"
revenuecat-common = "13.12.1"
revenuecat-kmp = "1.4.0-SNAPSHOT"
revenuecat-kmp = "1.3.4+13.12.1"

[libraries]
android-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "agp" }
Expand Down
2 changes: 1 addition & 1 deletion mappings/mappings.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'mappings'
spec.version = '1.4.0-SNAPSHOT'
spec.version = '1.3.4+13.12.1'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
2 changes: 1 addition & 1 deletion models/models.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'models'
spec.version = '1.4.0-SNAPSHOT'
spec.version = '1.3.4+13.12.1'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down
2 changes: 1 addition & 1 deletion revenuecatui/revenuecatui.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'revenuecatui'
spec.version = '1.4.0-SNAPSHOT'
spec.version = '1.3.4+13.12.1'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit 527ad6f

Please sign in to comment.