diff --git a/.version b/.version
index 99eba4de..2582dddf 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-4.1.0
\ No newline at end of file
+4.1.1
\ No newline at end of file
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index 9c8ff497..5dd59a9d 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1 +1,3 @@
-* Update iOS 4.10.0 (and add AdServices) (#194) via Josh Holtz (@joshdholtz)
+* Added missing availability check for catalyst (#197) via aboedo (@aboedo)
+* Adds .bundle and vendor to gitignore (#196) via Cesar de la Vega (@vegaro)
+* Schedule automatic PR to update native dependencies (#179) via Cesar de la Vega (@vegaro)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b80e4b30..c69288eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 4.1.1
+* Added missing availability check for catalyst (#197) via aboedo (@aboedo)
+* Adds .bundle and vendor to gitignore (#196) via Cesar de la Vega (@vegaro)
+* Schedule automatic PR to update native dependencies (#179) via Cesar de la Vega (@vegaro)
+
## 4.1.0
* Update iOS 4.10.0 (and add AdServices) (#194) via Josh Holtz (@joshdholtz)
diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec
index 68276cab..9bcb672b 100644
--- a/PurchasesHybridCommon.podspec
+++ b/PurchasesHybridCommon.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommon"
- s.version = "4.1.0"
+ s.version = "4.1.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 92256479..deb39c66 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -47,7 +47,7 @@ android {
minSdkVersion 14
targetSdkVersion 32
versionCode 1
- versionName "4.1.0"
+ versionName "4.1.1"
consumerProguardFiles 'consumer-rules.pro'
}
diff --git a/android/gradle.properties b/android/gradle.properties
index 95a89419..39047411 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -22,7 +22,7 @@ kotlin.code.style=official
# Maven
GROUP=com.revenuecat.purchases
-VERSION_NAME=4.1.0
+VERSION_NAME=4.1.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 c8180ef9..72fc228a 100644
--- a/ios/PurchasesHybridCommon/Info.plist
+++ b/ios/PurchasesHybridCommon/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 4.1.0
+ 4.1.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
index 203739d1..c97f3ecd 100644
--- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
+++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 4.1.0
+ 4.1.1
CFBundleVersion
1