diff --git a/Adapty.podspec b/Adapty.podspec index 062236e9..90dac0a0 100644 --- a/Adapty.podspec +++ b/Adapty.podspec @@ -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 diff --git a/AdaptyCrossPlatformCommon.podspec b/AdaptyCrossPlatformCommon.podspec index f2356dfa..17509bf7 100644 --- a/AdaptyCrossPlatformCommon.podspec +++ b/AdaptyCrossPlatformCommon.podspec @@ -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 diff --git a/AdaptyUI.podspec b/AdaptyUI.podspec index 493a4089..70102389 100644 --- a/AdaptyUI.podspec +++ b/AdaptyUI.podspec @@ -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 diff --git a/Sources/Versions.swift b/Sources/Versions.swift index 9c32df86..0760ab8b 100644 --- a/Sources/Versions.swift +++ b/Sources/Versions.swift @@ -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) {