diff --git a/Adapty.podspec b/Adapty.podspec
index e5a192f3..c5af57e5 100644
--- a/Adapty.podspec
+++ b/Adapty.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'Adapty'
- s.version = '2.11.2'
+ s.version = '2.11.3'
s.summary = 'Adapty SDK for iOS.'
s.description = <<-DESC
diff --git a/Examples/UIKit/Adapty/Info.plist b/Examples/UIKit/Adapty/Info.plist
index b5e6508c..1bf9b3ae 100644
--- a/Examples/UIKit/Adapty/Info.plist
+++ b/Examples/UIKit/Adapty/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.11.2
+ 2.11.3
CFBundleSignature
????
CFBundleVersion
diff --git a/Sources/Versions.swift b/Sources/Versions.swift
index 7fbdda1e..2f078420 100644
--- a/Sources/Versions.swift
+++ b/Sources/Versions.swift
@@ -8,7 +8,7 @@
import Foundation
extension Adapty {
- public static let SDKVersion = "2.11.2"
+ public static let SDKVersion = "2.11.3"
public static func setCrossPlatformSDK(version: String, name: String) {
Environment.CrossPlatformSDK.name = name