diff --git a/Adapty.podspec b/Adapty.podspec index 8f4dba44..2883d25b 100644 --- a/Adapty.podspec +++ b/Adapty.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Adapty' - s.version = '2.11.0' + s.version = '2.11.1' s.summary = 'Adapty SDK for iOS.' s.description = <<-DESC diff --git a/Examples/UIKit/Adapty/Info.plist b/Examples/UIKit/Adapty/Info.plist index ca7c2bc8..f1171893 100644 --- a/Examples/UIKit/Adapty/Info.plist +++ b/Examples/UIKit/Adapty/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.11.4 + 2.11.1 CFBundleSignature ???? CFBundleVersion diff --git a/Sources/Versions.swift b/Sources/Versions.swift index 004f63ff..d23727aa 100644 --- a/Sources/Versions.swift +++ b/Sources/Versions.swift @@ -8,7 +8,7 @@ import Foundation extension Adapty { - public static let SDKVersion = "2.11.0" + public static let SDKVersion = "2.11.1" public static func setCrossPlatformSDK(version: String, name: String) { Environment.CrossPlatformSDK.name = name