Skip to content

Commit fcc8729

Browse files
committed
update version to 3.1.0
1 parent 9d13f96 commit fcc8729

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Adapty.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Adapty'
11-
s.version = '3.1.0-SNAPSHOT'
11+
s.version = '3.1.0'
1212
s.summary = 'Adapty SDK for iOS.'
1313

1414
s.description = <<-DESC

AdaptyCrossPlatformCommon.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'AdaptyCrossPlatformCommon'
11-
s.version = '3.1.0-SNAPSHOT'
11+
s.version = '3.1.0'
1212
s.summary = 'Common files for cross-platform SDKs Adapty'
1313

1414
s.description = <<-DESC

AdaptyUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'AdaptyUI'
11-
s.version = '3.1.0-SNAPSHOT'
11+
s.version = '3.1.0'
1212
s.summary = 'Adapty SDK for iOS.'
1313

1414
s.description = <<-DESC

Sources/Versions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99

1010
extension Adapty {
11-
public static let SDKVersion = "3.1.0-SNAPSHOT"
11+
public static let SDKVersion = "3.1.0"
1212
static let fallbackFormatVersion = 6
1313

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

0 commit comments

Comments
 (0)