Skip to content

Commit

Permalink
update version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
x401om committed Aug 27, 2024
1 parent 3f98794 commit d24551b
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.0.3-SNAPSHOT'
s.version = '3.0.3'
s.summary = 'Adapty SDK for iOS.'

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

Pod::Spec.new do |s|
s.name = 'AdaptyCrossPlatformCommon'
s.version = '3.0.3-SNAPSHOT'
s.version = '3.0.3'
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.0.3-SNAPSHOT'
s.version = '3.0.3'
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.0.3-SNAPSHOT)
- AdaptyUI (3.0.3-SNAPSHOT):
- Adapty (= 3.0.3-SNAPSHOT)
- Adapty (3.0.3)
- AdaptyUI (3.0.3):
- Adapty (= 3.0.3)

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

SPEC CHECKSUMS:
Adapty: dba22dd02504d86a22a742ade9ee9b5a9c44b0ad
AdaptyUI: ba50ab75047cd27f4a576015d86eaa524604a3d8
Adapty: 1e48516a56a5a888875091c326593d6bb2d4e177
AdaptyUI: 6529315c657960743ce3c2df58620a4d154605fa

PODFILE CHECKSUM: a7e0e0f6556f52cd026e2a5821f56c5e1d61c8e4

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 = "3.0.3-SNAPSHOT"
public static let SDKVersion = "3.0.3"
static let fallbackFormatVersion = 6

public static func setCrossPlatformSDK(version: String, name: String) {
Expand Down

0 comments on commit d24551b

Please sign in to comment.