diff --git a/Adapty.podspec b/Adapty.podspec
index b61eb4df..d84657bc 100644
--- a/Adapty.podspec
+++ b/Adapty.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'Adapty'
- s.version = '2.3.3'
+ s.version = '2.3.4'
s.summary = 'Adapty SDK for iOS.'
s.description = <<-DESC
diff --git a/Examples/UIKit/Adapty/Info.plist b/Examples/UIKit/Adapty/Info.plist
index c4ce0f7a..972305b6 100644
--- a/Examples/UIKit/Adapty/Info.plist
+++ b/Examples/UIKit/Adapty/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.3.3
+ 2.3.4
CFBundleSignature
????
CFBundleVersion
diff --git a/Sources/Versions.swift b/Sources/Versions.swift
index 89dbecf1..21e57db2 100644
--- a/Sources/Versions.swift
+++ b/Sources/Versions.swift
@@ -8,5 +8,5 @@
import Foundation
extension Adapty {
- public static let SDKVersion = "2.3.3"
+ public static let SDKVersion = "2.3.4"
}