Skip to content

Commit

Permalink
update version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
x401om committed Oct 16, 2024
1 parent 9d13f96 commit fcc8729
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.1.0-SNAPSHOT'
s.version = '3.1.0'
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.1.0-SNAPSHOT'
s.version = '3.1.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.1.0-SNAPSHOT'
s.version = '3.1.0'
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.1.0-SNAPSHOT"
public static let SDKVersion = "3.1.0"
static let fallbackFormatVersion = 6

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

0 comments on commit fcc8729

Please sign in to comment.