diff --git a/.version b/.version
index 5b8f80fb..16b080e5 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-13.2.0
\ No newline at end of file
+13.2.1
\ No newline at end of file
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index e2e836fc..8c340679 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1,8 +1,5 @@
### Dependency Updates
-* Bump lefthook from 1.7.14 to 1.7.15 (#912) via dependabot[bot] (@dependabot[bot])
-* [AUTOMATIC] iOS 5.3.0 => 5.3.1 (#909) via RevenueCat Git Bot (@RCGitBot)
-* Bump fastlane-plugin-revenuecat_internal from `4c4b8ce` to `85e1c83` (#901) via dependabot[bot] (@dependabot[bot])
-* [AUTOMATIC] Android 8.6.0 => 8.7.0 (#906) via RevenueCat Git Bot (@RCGitBot)
-* Bump rexml from 3.3.3 to 3.3.6 (#905) via dependabot[bot] (@dependabot[bot])
+* Bump fastlane-plugin-revenuecat_internal from `85e1c83` to `5140dbc` (#914) via dependabot[bot] (@dependabot[bot])
### Other Changes
-* Adds StoreProduct.priceAmount and StoreProductDiscount.priceAmount on iOS. (#911) via JayShortway (@JayShortway)
+* [AUTOMATIC] iOS 5.3.2 => 5.3.3 Android 8.7.1 => 8.7.2 (#918) via RevenueCat Git Bot (@RCGitBot)
+* [AUTOMATIC] iOS 5.3.1 => 5.3.2 Android 8.7.0 => 8.7.1 (#916) via RevenueCat Git Bot (@RCGitBot)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc4d180f..d1542d04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 13.2.1
+### Dependency Updates
+* Bump fastlane-plugin-revenuecat_internal from `85e1c83` to `5140dbc` (#914) via dependabot[bot] (@dependabot[bot])
+### Other Changes
+* [AUTOMATIC] iOS 5.3.2 => 5.3.3 Android 8.7.1 => 8.7.2 (#918) via RevenueCat Git Bot (@RCGitBot)
+* [AUTOMATIC] iOS 5.3.1 => 5.3.2 Android 8.7.0 => 8.7.1 (#916) via RevenueCat Git Bot (@RCGitBot)
+
## 13.2.0
### Dependency Updates
* Bump lefthook from 1.7.14 to 1.7.15 (#912) via dependabot[bot] (@dependabot[bot])
diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec
index 6c9cc77c..e35fa0cb 100644
--- a/PurchasesHybridCommon.podspec
+++ b/PurchasesHybridCommon.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommon"
- s.version = "13.2.0"
+ s.version = "13.2.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 2a0ce63f..9be707d4 100644
--- a/PurchasesHybridCommonUI.podspec
+++ b/PurchasesHybridCommonUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommonUI"
- s.version = "13.2.0"
+ s.version = "13.2.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 d845eb20..b6aab51d 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.2.0
+VERSION_NAME=13.2.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 ef878abb..c3c47d2b 100644
--- a/ios/PurchasesHybridCommon/Info.plist
+++ b/ios/PurchasesHybridCommon/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 13.2.0
+ 13.2.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift
index 77424c03..9ebbe320 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.2.0"
+ static let hybridCommonVersion = "13.2.1"
}
diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
index 61a13f77..d60ca112 100644
--- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
+++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 13.2.0
+ 13.2.1
CFBundleVersion
1
diff --git a/typescript/package.json b/typescript/package.json
index 26f249d7..a480d506 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.2.0",
+ "version": "13.2.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",