Skip to content

Commit 2a47f45

Browse files
committed
New version v3.4.4
1 parent 13798e5 commit 2a47f45

6 files changed

+2
-2
lines changed

Adjust_v3.4.1.unitypackage

-835 KB
Binary file not shown.

Adjust_v3.4.2.unitypackage

-849 KB
Binary file not shown.

Adjust_v3.4.3.unitypackage

-849 KB
Binary file not shown.

Adjust_v3.4.4.unitypackage

848 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.3";
17+
public const string sdkPrefix = "unity3.4.4";
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.3
1+
3.4.4

0 commit comments

Comments
 (0)