Skip to content

Commit

Permalink
update version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
x401om committed Nov 19, 2024
1 parent f13d6b7 commit 8fe5449
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.0-SNAPSHOT'
s.version = '3.2.0'
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.0-SNAPSHOT'
s.version = '3.2.0'
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.0-SNAPSHOT'
s.version = '3.2.0'
s.summary = 'Adapty SDK for iOS.'

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

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

SPEC CHECKSUMS:
Adapty: 4df1cff41cdb11c3dad7ecc3d145a08d77582f7c
AdaptyUI: a6a20cddef5ddd354d1b9eec7d547bf7452ca617
Adapty: feab3939a64ce7b88b8fc772f0be2be3f09902af
AdaptyUI: 6acb376ec10c68ab657583a2e27ed52c36750e7b

PODFILE CHECKSUM: 4d6d588a26116994dc4439c9ca9be354fd55cc2c
PODFILE CHECKSUM: 235cfbef6b933d442daf00c8c0f0ceab2561282d

COCOAPODS: 1.15.2
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.0-SNAPSHOT"
public nonisolated static let SDKVersion = "3.2.0"
static nonisolated let fallbackFormatVersion = 6
}

Expand Down

0 comments on commit 8fe5449

Please sign in to comment.