Skip to content

Commit d4f5e51

Browse files
committed
update version to 3.15.6
1 parent bdeb66f commit d4f5e51

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.5'
3+
s.version = '3.15.6'
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.5'
3+
s.version = '3.15.6'
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.5'
3+
s.version = '3.15.6'
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.5'
3+
s.version = '3.15.6'
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.5'
3+
s.version = '3.15.6'
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.5/schema"
2+
$id: "https://adapty.io/crossPlatform/3.15.6/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.5"
12+
public nonisolated static let SDKVersion = "3.15.6"
1313
nonisolated static let fallbackFormatVersion = 9
1414
nonisolated static let userAcquisitionVersion = 1
1515

0 commit comments

Comments
 (0)