From fcc8729a7e332d5403ae88bb34bfadaff3c30000 Mon Sep 17 00:00:00 2001 From: Alexey Goncharov Date: Wed, 16 Oct 2024 16:01:21 +0100 Subject: [PATCH] update version to 3.1.0 --- Adapty.podspec | 2 +- AdaptyCrossPlatformCommon.podspec | 2 +- AdaptyUI.podspec | 2 +- Sources/Versions.swift | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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) {