diff --git a/Adapty.podspec b/Adapty.podspec index f5564d8c..f2aaf7ff 100644 --- a/Adapty.podspec +++ b/Adapty.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Adapty' - s.version = '1.16.12' + s.version = '1.17.0' s.summary = 'Adapty SDK for iOS.' s.description = <<-DESC diff --git a/Adapty/Classes/Constants.swift b/Adapty/Classes/Constants.swift index 0fb5a6e8..209c65f9 100644 --- a/Adapty/Classes/Constants.swift +++ b/Adapty/Classes/Constants.swift @@ -58,7 +58,7 @@ enum Constants { } enum Versions { - static let SDKVersion = "1.16.12" + static let SDKVersion = "1.17.0" static let SDKBuild = 1 }