From 19abcb0d31e9c2b4320e154326fef5ca18b03121 Mon Sep 17 00:00:00 2001
From: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.com>
Date: Mon, 9 Dec 2024 09:52:40 +0100
Subject: [PATCH] [AUTOMATIC] Release/13.12.1 (#981)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
**This is an automatic release.**
## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC] iOS 5.12.0 => 5.12.1 (#980) via RevenueCat Git Bot
(@RCGitBot)
---
.version | 2 +-
CHANGELOG.latest.md | 4 ++--
CHANGELOG.md | 5 +++++
PurchasesHybridCommon.podspec | 2 +-
PurchasesHybridCommonUI.podspec | 2 +-
android/gradle.properties | 2 +-
ios/PurchasesHybridCommon/Info.plist | 2 +-
.../PurchasesHybridCommon/Constants.swift | 2 +-
.../PurchasesHybridCommonTests/Info.plist | 2 +-
typescript/package.json | 2 +-
10 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/.version b/.version
index 78ea2cf7..1e66d67b 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-13.11.0
\ No newline at end of file
+13.12.1
\ No newline at end of file
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index 6ed54900..3dcbdefb 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1,3 +1,3 @@
## RevenueCat SDK
-### ✨ New Features
-* Expose fetching & redeeming win-backs on custom paywalls to hybrids (#968) via Will Taylor (@fire-at-will)
+### 📦 Dependency Updates
+* [AUTOMATIC] iOS 5.12.0 => 5.12.1 (#980) via RevenueCat Git Bot (@RCGitBot)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75f5bca8..c9f93e8e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 13.12.1
+## RevenueCat SDK
+### 📦 Dependency Updates
+* [AUTOMATIC] iOS 5.12.0 => 5.12.1 (#980) via RevenueCat Git Bot (@RCGitBot)
+
## 13.11.0
## RevenueCat SDK
### ✨ New Features
diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec
index 3013c721..15e27ff4 100644
--- a/PurchasesHybridCommon.podspec
+++ b/PurchasesHybridCommon.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommon"
- s.version = "13.11.0"
+ s.version = "13.12.1"
s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service."
s.description = <<-DESC
diff --git a/PurchasesHybridCommonUI.podspec b/PurchasesHybridCommonUI.podspec
index 524bca68..191c0b05 100644
--- a/PurchasesHybridCommonUI.podspec
+++ b/PurchasesHybridCommonUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommonUI"
- s.version = "13.11.0"
+ s.version = "13.12.1"
s.summary = "Common files for hybrid SDKs for RevenueCat UI"
s.description = <<-DESC
diff --git a/android/gradle.properties b/android/gradle.properties
index f30acbbe..2f30094d 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -23,7 +23,7 @@ kotlin.code.style=official
android.nonTransitiveRClass=true
GROUP=com.revenuecat.purchases
-VERSION_NAME=13.11.0
+VERSION_NAME=13.12.1
POM_DESCRIPTION=Mobile subscriptions in hours, not months.
POM_URL=https://github.com/RevenueCat/purchases-hybrid-common
diff --git a/ios/PurchasesHybridCommon/Info.plist b/ios/PurchasesHybridCommon/Info.plist
index 09b7dfd6..efbbf0be 100644
--- a/ios/PurchasesHybridCommon/Info.plist
+++ b/ios/PurchasesHybridCommon/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 13.11.0
+ 13.12.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift
index 877cea68..3ac57f39 100644
--- a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift
+++ b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift
@@ -9,5 +9,5 @@
import Foundation
internal struct Constants {
- static let hybridCommonVersion = "13.11.0"
+ static let hybridCommonVersion = "13.12.1"
}
diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
index 66eeedde..b30c7d3c 100644
--- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
+++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 13.11.0
+ 13.12.1
CFBundleVersion
1
diff --git a/typescript/package.json b/typescript/package.json
index 475624a5..28938f41 100644
--- a/typescript/package.json
+++ b/typescript/package.json
@@ -1,7 +1,7 @@
{
"name": "@revenuecat/purchases-typescript-internal",
"title": "Purchases typescript internal shared code",
- "version": "13.11.0",
+ "version": "13.12.1",
"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",