Skip to content

Commit

Permalink
Version bump for 1.3.6+13.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
revenuecat-ops committed Dec 20, 2024
1 parent 0f9d6dc commit 1695af6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG-LATEST.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## 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)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.13.1 (#282) via RevenueCat Git Bot (@RCGitBot)
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.3.6+13.13.1
## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.13.1 (#282) via RevenueCat Git Bot (@RCGitBot)

## 1.3.5+13.13.0
## RevenueCat SDK
### 📦 Dependency Updates
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.6+13.13.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.13.1"
revenuecat-kmp = "1.4.0-SNAPSHOT"
revenuecat-kmp = "1.3.6+13.13.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.6+13.13.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.6+13.13.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.6+13.13.1'
spec.homepage = ''
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit 1695af6

Please sign in to comment.