Skip to content

Commit 5d67c18

Browse files
committed
chore: set SDK version to 4.0.0-beta.1
1 parent fb83e90 commit 5d67c18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources.AdaptyPlugin/cross_platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$schema: "https://json-schema.org/draft/2020-12/schema"
2-
$id: "https://adapty.io/crossPlatform/4.0.0-SNAPSHOT/schema"
2+
$id: "https://adapty.io/crossPlatform/4.0.0-beta.1/schema"
33
title: "Cross Platform Format"
44

55
$requests:

Sources/Versions.swift

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

1111
extension Adapty {
12-
public nonisolated static let SDKVersion = "4.0.0-SNAPSHOT"
12+
public nonisolated static let SDKVersion = "4.0.0-beta.1"
1313
nonisolated static let fallbackFormatVersion = 10
1414
nonisolated static let userAcquisitionVersion = 1
1515

0 commit comments

Comments
 (0)