Skip to content

Commit db5a687

Browse files
committed
Update SDK version to 6.0.0
1 parent 8d69e28 commit db5a687

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
-4.67 MB
Binary file not shown.
4.67 MB
Binary file not shown.

Leanplum-Unity-SDK/Assets/LeanplumSDK/Utilities/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace LeanplumSDK
2424
/// </summary>
2525
public class Constants
2626
{
27-
public const string SDK_VERSION = "6.0.0-beta2";
27+
public const string SDK_VERSION = "6.0.0";
2828

2929
internal const string CLIENT_PREFIX = "unity";
3030
internal const string EVENT_EXCEPTION = "__exception";
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ANDROID_SDK_VERSION?=7.2.0
44
# CT version must be the same as in the Leanplum Android SDK and the module clevertapsdk-unity-x.x.x
55
CT_ANDROID_SDK_VERSION?=5.0.0
66

7-
UNITY_VERSION?=6.0.0-beta2
7+
UNITY_VERSION?=6.0.0
88

99
UNITY_EDITOR_VERSION?=2021.3.15f1
1010

0 commit comments

Comments
 (0)