Skip to content

Commit 607f0f2

Browse files
committed
New version 3.4.3
1 parent bb4cb31 commit 607f0f2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Adjust_v3.4.3.unitypackage

849 KB
Binary file not shown.

Assets/Adjust.cs

Lines changed: 1 addition & 1 deletion
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.4.2";
17+
public const string sdkPrefix = "unity3.4.3";
1818

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.3

0 commit comments

Comments
 (0)