diff --git a/Adapty.podspec b/Adapty.podspec index e277258f..eea8b95e 100644 --- a/Adapty.podspec +++ b/Adapty.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Adapty' - s.version = '2.5.0' + s.version = '2.5.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 8d17258b..00fa660f 100644 --- a/Examples/UIKit/Adapty/Info.plist +++ b/Examples/UIKit/Adapty/Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.5.0 + 2.5.1 CFBundleSignature ???? CFBundleVersion diff --git a/Sources/Versions.swift b/Sources/Versions.swift index 9ec15642..68de4fe0 100644 --- a/Sources/Versions.swift +++ b/Sources/Versions.swift @@ -8,7 +8,7 @@ import Foundation extension Adapty { - public static let SDKVersion = "2.5.0" + public static let SDKVersion = "2.5.1" public static func setCrossPlatformSDK(version: String, name: String) { Environment.CrossPlatformSDK.name = name