Skip to content

Commit 4c316ff

Browse files
committed
update version to 3.17.0
1 parent 8476fa7 commit 4c316ff

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Adapty.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Adapty'
3-
s.version = '3.15.7'
3+
s.version = '3.17.0'
44
s.summary = 'Adapty SDK for iOS.'
55

66
s.description = <<-DESC

AdaptyLogger.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AdaptyLogger'
3-
s.version = '3.15.7'
3+
s.version = '3.17.0'
44
s.summary = 'Adapty Logger for iOS.'
55

66
s.description = <<-DESC

AdaptyPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AdaptyPlugin'
3-
s.version = '3.15.7'
3+
s.version = '3.17.0'
44
s.summary = 'Common files for cross-platform SDKs Adapty'
55

66
s.description = <<-DESC

AdaptyUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AdaptyUI'
3-
s.version = '3.15.7'
3+
s.version = '3.17.0'
44
s.summary = 'Adapty SDK for iOS.'
55

66
s.description = <<-DESC

AdaptyUIBuilder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AdaptyUIBuilder'
3-
s.version = '3.15.7'
3+
s.version = '3.17.0'
44
s.summary = 'Adapty UI Builder for iOS.'
55

66
s.description = <<-DESC

Sources.AdaptyPlugin/cross_platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$schema: "https://json-schema.org/draft/2020-12/schema"
2-
$id: "https://adapty.io/crossPlatform/3.15.7/schema"
2+
$id: "https://adapty.io/crossPlatform/3.17.0/schema"
33
title: "Cross Platform Format"
44

55
$requests:

Sources/Versions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99
import AdaptyUIBuilder
1010

1111
extension Adapty {
12-
public nonisolated static let SDKVersion = "3.15.7"
12+
public nonisolated static let SDKVersion = "3.17.0"
1313
nonisolated static let fallbackFormatVersion = 9
1414
nonisolated static let userAcquisitionVersion = 1
1515

0 commit comments

Comments
 (0)