We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb83e90 commit 5d67c18Copy full SHA for 5d67c18
2 files changed
Sources.AdaptyPlugin/cross_platform.yaml
@@ -1,5 +1,5 @@
1
$schema: "https://json-schema.org/draft/2020-12/schema"
2
-$id: "https://adapty.io/crossPlatform/4.0.0-SNAPSHOT/schema"
+$id: "https://adapty.io/crossPlatform/4.0.0-beta.1/schema"
3
title: "Cross Platform Format"
4
5
$requests:
Sources/Versions.swift
@@ -9,7 +9,7 @@ import AdaptyUIBuilder
9
import Foundation
10
11
extension Adapty {
12
- public nonisolated static let SDKVersion = "4.0.0-SNAPSHOT"
+ public nonisolated static let SDKVersion = "4.0.0-beta.1"
13
nonisolated static let fallbackFormatVersion = 10
14
nonisolated static let userAcquisitionVersion = 1
15
0 commit comments