diff --git a/.version b/.version
index 8b23b8d4..34a8f745 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-7.3.0
\ No newline at end of file
+7.3.1
\ No newline at end of file
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index e927b40a..7b8a63f1 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1,3 +1,2 @@
### Dependency Updates
-* [AUTOMATIC] iOS 4.29.0 => 4.30.2 Android 7.0.1 => 7.2.0 (#546) via RevenueCat Git Bot (@RCGitBot)
-* Bump fastlane-plugin-revenuecat_internal from `a297205` to `0ddee10` (#541) via dependabot[bot] (@dependabot[bot])
+* [AUTOMATIC] iOS 4.30.2 => 4.30.4 Android 7.2.0 => 7.2.1 (#550) via RevenueCat Git Bot (@RCGitBot)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5cd4cfe3..15faf35a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 7.3.1
+### Dependency Updates
+* [AUTOMATIC] iOS 4.30.2 => 4.30.4 Android 7.2.0 => 7.2.1 (#550) via RevenueCat Git Bot (@RCGitBot)
+
## 7.3.0
### Dependency Updates
* [AUTOMATIC] iOS 4.29.0 => 4.30.2 Android 7.0.1 => 7.2.0 (#546) via RevenueCat Git Bot (@RCGitBot)
diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec
index e4d79e30..74f2c8c7 100644
--- a/PurchasesHybridCommon.podspec
+++ b/PurchasesHybridCommon.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommon"
- s.version = "7.3.0"
+ s.version = "7.3.1"
s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service."
s.description = <<-DESC
diff --git a/android/build.gradle b/android/build.gradle
index 64c60e05..f510dfc9 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -48,7 +48,7 @@ android {
minSdkVersion 19
targetSdkVersion 33
versionCode 1
- versionName "7.3.0"
+ versionName "7.3.1"
consumerProguardFiles 'consumer-rules.pro'
}
diff --git a/android/gradle.properties b/android/gradle.properties
index d8a70d07..c6ee4e15 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -22,7 +22,7 @@ kotlin.code.style=official
# Maven
GROUP=com.revenuecat.purchases
-VERSION_NAME=7.3.0
+VERSION_NAME=7.3.1
POM_NAME=purchases-hybrid-common
POM_PACKAGING=aar
POM_ARTIFACT_ID=purchases-hybrid-common
diff --git a/ios/PurchasesHybridCommon/Info.plist b/ios/PurchasesHybridCommon/Info.plist
index d51a6816..c5db7fed 100644
--- a/ios/PurchasesHybridCommon/Info.plist
+++ b/ios/PurchasesHybridCommon/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 7.3.0
+ 7.3.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
index 82ec9844..d80480a4 100644
--- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
+++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 7.3.0
+ 7.3.1
CFBundleVersion
1
diff --git a/typescript/package.json b/typescript/package.json
index f711c111..672f664d 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": "7.3.0",
+ "version": "7.3.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",