Skip to content

Commit

Permalink
update version to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
x401om committed Dec 18, 2024
1 parent 9a133cf commit 1ac29a8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Adapty.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Adapty'
s.version = '3.2.3'
s.version = '3.2.4'
s.summary = 'Adapty SDK for iOS.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion AdaptyPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'AdaptyPlugin'
s.version = '3.2.3'
s.version = '3.2.4'
s.summary = 'Common files for cross-platform SDKs Adapty'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion AdaptyUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'AdaptyUI'
s.version = '3.2.3'
s.version = '3.2.4'
s.summary = 'Adapty SDK for iOS.'

s.description = <<-DESC
Expand Down
10 changes: 5 additions & 5 deletions Examples/AdaptyRecipes-UIKit/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Adapty (3.2.3)
- AdaptyUI (3.2.3):
- Adapty (= 3.2.3)
- Adapty (3.2.4)
- AdaptyUI (3.2.4):
- Adapty (= 3.2.4)

DEPENDENCIES:
- Adapty (from `../../`)
Expand All @@ -14,8 +14,8 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
Adapty: 7a0caca4c611ba61d02310a60bfc9546168ed1f1
AdaptyUI: fccecf86164ab8584e451d7618f6d4f580384384
Adapty: 3d19bef4fac80315725c21f23b93a2869f118201
AdaptyUI: a8bdfd496b068dc9553f8f3287a5176c9e0cc4d9

PODFILE CHECKSUM: 235cfbef6b933d442daf00c8c0f0ceab2561282d

Expand Down
2 changes: 1 addition & 1 deletion Sources/Versions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation

extension Adapty {
public nonisolated static let SDKVersion = "3.2.3"
public nonisolated static let SDKVersion = "3.2.4"
static nonisolated let fallbackFormatVersion = 6
}

Expand Down

0 comments on commit 1ac29a8

Please sign in to comment.