Skip to content

Commit

Permalink
update SDK version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
x401om committed Aug 2, 2024
1 parent 1c99f37 commit f3a7be2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0'
s.version = '3.0.1'
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.0'
s.version = '3.0.1'
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.0'
s.version = '3.0.1'
s.summary = 'Adapty SDK for iOS.'

s.description = <<-DESC
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.0"
public static let SDKVersion = "3.0.1"
static let fallbackFormatVersion = 6

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

0 comments on commit f3a7be2

Please sign in to comment.