diff --git a/Appcues.podspec b/Appcues.podspec
index c97b5dd0..2d988e93 100644
--- a/Appcues.podspec
+++ b/Appcues.podspec
@@ -3,7 +3,7 @@
 Pod::Spec.new do |s|
   s.name             = 'Appcues'
   s.module_name      = 'AppcuesKit'
-  s.version          = '4.3.3'
+  s.version          = '4.3.4'
   s.summary          = 'Appcues iOS SDK allows you to integrate Appcues experiences into your native iOS apps'
 
   s.description      = <<-DESC
diff --git a/AppcuesNotificationService.podspec b/AppcuesNotificationService.podspec
index c4c6baa5..75bdd52a 100644
--- a/AppcuesNotificationService.podspec
+++ b/AppcuesNotificationService.podspec
@@ -2,7 +2,7 @@
 
 Pod::Spec.new do |s|
   s.name             = 'AppcuesNotificationService'
-  s.version          = '4.3.3'
+  s.version          = '4.3.4'
   s.summary          = 'Provide rich push notifications via Appcues'
 
   s.description      = <<-DESC
diff --git a/Sources/AppcuesKit/Version.swift b/Sources/AppcuesKit/Version.swift
index ac23dfc0..cd0ba2be 100644
--- a/Sources/AppcuesKit/Version.swift
+++ b/Sources/AppcuesKit/Version.swift
@@ -9,4 +9,4 @@
 import Foundation
 
 // BREAKING.FEATURE.FIX
-internal let __appcues_version = "4.3.3"
+internal let __appcues_version = "4.3.4"