Skip to content

Commit

Permalink
Version bump for 13.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCGitBot committed Jan 3, 2025
1 parent 0ec57cc commit 2763677
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.14.0
13.15.0
5 changes: 4 additions & 1 deletion CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## RevenueCat SDK
### ✨ New Features
* Add diagnostics support (#995) via Toni Rico (@tonidero)
* Add `parseAsWebPurchaseRedemption` API to iOS (#1004) via Toni Rico (@tonidero)

### 🔄 Other Changes
* Update docstring for diagnostics to clarify meaning (#1001) via Toni Rico (@tonidero)
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 13.15.0
## RevenueCat SDK
### ✨ New Features
* Add `parseAsWebPurchaseRedemption` API to iOS (#1004) via Toni Rico (@tonidero)

### 🔄 Other Changes
* Update docstring for diagnostics to clarify meaning (#1001) via Toni Rico (@tonidero)

## 13.14.0
## RevenueCat SDK
### ✨ New Features
Expand Down
2 changes: 1 addition & 1 deletion PurchasesHybridCommon.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommon"
s.version = "13.14.0"
s.version = "13.15.0"
s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion PurchasesHybridCommonUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommonUI"
s.version = "13.14.0"
s.version = "13.15.0"
s.summary = "Common files for hybrid SDKs for RevenueCat UI"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin.code.style=official
android.nonTransitiveRClass=true

GROUP=com.revenuecat.purchases
VERSION_NAME=13.14.0
VERSION_NAME=13.15.0
POM_DESCRIPTION=Mobile subscriptions in hours, not months.
POM_URL=https://github.com/RevenueCat/purchases-hybrid-common

Expand Down
2 changes: 1 addition & 1 deletion ios/PurchasesHybridCommon/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>13.14.0</string>
<string>13.15.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
import Foundation

internal struct Constants {
static let hybridCommonVersion = "13.14.0"
static let hybridCommonVersion = "13.15.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>13.14.0</string>
<string>13.15.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@revenuecat/purchases-typescript-internal",
"title": "Purchases typescript internal shared code",
"version": "13.14.0",
"version": "13.15.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",
Expand Down

0 comments on commit 2763677

Please sign in to comment.