Skip to content

Commit

Permalink
update version to 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksei-valiano committed Apr 29, 2024
1 parent 922c674 commit 22b0db1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 = '2.10.3'
s.version = '2.10.4'
s.summary = 'Adapty SDK for iOS.'

s.description = <<-DESC
Expand All @@ -26,7 +26,7 @@ Adapty helps you track business metrics, and lets you run ad campaigns targeted
s.visionos.deployment_target = '1.0'

s.swift_version = '5.9'

s.source_files = 'Sources/**/*.swift'
s.resource_bundles = {"Adapty" => ["Sources/Resources/PrivacyInfo.xcprivacy"]}

Expand Down
2 changes: 1 addition & 1 deletion Examples/UIKit/Adapty/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.10.3</string>
<string>2.10.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
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 static let SDKVersion = "2.10.3"
public static let SDKVersion = "2.10.4"

public static func setCrossPlatformSDK(version: String, name: String) {
Environment.CrossPlatformSDK.name = name
Expand Down

0 comments on commit 22b0db1

Please sign in to comment.