Skip to content

Commit 508113c

Browse files
committed
New version v3.4.0
1 parent aef699d commit 508113c

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Adjust_v3.3.0.unitypackage

-2.32 MB
Binary file not shown.

Adjust_v3.4.0.unitypackage

804 KB
Binary file not shown.

Assets/Adjust.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Adjust : MonoBehaviour {
1414
public AdjustUtil.AdjustEnvironment environment = AdjustUtil.AdjustEnvironment.Sandbox;
1515
public bool eventBuffering = false;
1616
public bool startManually = false;
17-
public const string sdkPrefix = "unity3.3.0";
17+
public const string sdkPrefix = "unity3.4.0";
1818

1919
void Awake() {
2020
if (!this.startManually) {

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.0

0 commit comments

Comments
 (0)