Skip to content

Commit

Permalink
update version to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
x401om committed Dec 12, 2024
1 parent 2830d72 commit 2b1724e
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.1'
s.version = '3.2.2'
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.1'
s.version = '3.2.2'
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.1'
s.version = '3.2.2'
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.1)
- AdaptyUI (3.2.1):
- Adapty (= 3.2.1)
- Adapty (3.2.2)
- AdaptyUI (3.2.2):
- Adapty (= 3.2.2)

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

SPEC CHECKSUMS:
Adapty: 1f5fb0c94b070b27f8631a01aad4d5b2cb5dcaf6
AdaptyUI: 3b2e14bcfd23acb6072b7d776b4e077297168b3f
Adapty: 8f9e9d2465b4f589896c1ff91f49ca0da5a45f55
AdaptyUI: da84a442c71259788b848d285cced6e542ba4cbf

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.1"
public nonisolated static let SDKVersion = "3.2.2"
static nonisolated let fallbackFormatVersion = 6
}

Expand Down

0 comments on commit 2b1724e

Please sign in to comment.