diff --git a/Adapty.podspec b/Adapty.podspec index 863624b8..c92caeee 100644 --- a/Adapty.podspec +++ b/Adapty.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Adapty' - s.version = '1.16.4' + s.version = '1.16.6' s.summary = 'Adapty SDK for iOS.' s.description = <<-DESC diff --git a/Adapty/Classes/Constants.swift b/Adapty/Classes/Constants.swift index 8d381c87..2d6cb668 100644 --- a/Adapty/Classes/Constants.swift +++ b/Adapty/Classes/Constants.swift @@ -58,7 +58,7 @@ enum Constants { } enum Versions { - static let SDKVersion = "1.16.4" + static let SDKVersion = "1.16.6" static let SDKBuild = 1 }