Skip to content

Commit c8fcdcd

Browse files
committed
Leanplum Unity SDK 3.0.0
1 parent d3c0e31 commit c8fcdcd

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed
-6.33 MB
Binary file not shown.
6.33 MB
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
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 = "3.0.0-beta2";
27+
public const string SDK_VERSION = "3.0.0";
2828

2929
internal const string CLIENT_PREFIX = "unity";
3030
internal const string EVENT_EXCEPTION = "__exception";
@@ -176,7 +176,7 @@ internal class Params
176176
internal const string KINDS = "kinds";
177177
internal const string NEW_USER_ID = "newUserId";
178178
internal const string PARAMS = "params";
179-
internal const string SDK_VERSION = "3.0.0-beta2";
179+
internal const string SDK_VERSION = "3.0.0";
180180
internal const string STATE = "state";
181181
internal const string TIME = "time";
182182
internal const string TOKEN = "token";
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
@@ -3,7 +3,7 @@ IOS_SDK_VERSION?=3.0.0
33
ANDROID_SDK_VERSION?=5.4.2
44
ANDROID_SDK_VERSION_PRE_X?=4.2.9
55

6-
UNITY_VERSION?=3.0.0-beta2
6+
UNITY_VERSION?=3.0.0
77
UNITY_VERSION_PRE_X?=1.6.17
88

99
export ANDROID_HOME?=$(shell echo ${HOME})/Library/Android/sdk

0 commit comments

Comments
 (0)