Skip to content

Commit ec5e612

Browse files
committed
New version 4.11.0
1 parent d42f890 commit ec5e612

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

Assets/Adjust/Android/AdjustAndroid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace com.adjust.sdk {
88
#if UNITY_ANDROID
99
public class AdjustAndroid : IAdjust {
1010
#region Fields
11-
private const string sdkPrefix = "unity4.10.3";
11+
private const string sdkPrefix = "unity4.11.0";
1212

1313
private static bool launchDeferredDeeplink = true;
1414

Assets/Adjust/Metro/AdjustMetro.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace com.adjust.sdk {
1010
public class AdjustMetro : IAdjust {
11-
private const string sdkPrefix = "unity4.10.3";
11+
private const string sdkPrefix = "unity4.11.0";
1212

1313
public bool isEnabled() {
1414
return AdjustWS.IsEnabled();

Assets/Adjust/WP8/AdjustWP8.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace com.adjust.sdk {
1010
public class AdjustWP8 : IAdjust {
11-
private const string sdkPrefix = "unity4.10.3";
11+
private const string sdkPrefix = "unity4.11.0";
1212

1313
public bool isEnabled() {
1414
return AdjustWP.IsEnabled();

Assets/Adjust/iOS/AdjustiOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace com.adjust.sdk {
88
#if UNITY_IOS
99
public class AdjustiOS : IAdjust {
1010
#region Fields
11-
private const string sdkPrefix = "unity4.10.3";
11+
private const string sdkPrefix = "unity4.11.0";
1212
#endregion
1313

1414
#region External methods

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ These are the minimal steps required to integrate the adjust SDK into your Unity
5252

5353
Download the latest version from our [releases page][releases]. In there you will find two Unity packages:
5454

55-
* **Adjust_v4.10.3_Unity_4.unitypackage** - Use this package if you are using **Unity IDE version 4**.
56-
* **Adjust_v4.10.3_Unity_5.unitypackage** - Use this package if you are using **Unity IDE version 5**.
55+
* **Adjust_v4.11.0_Unity_4.unitypackage** - Use this package if you are using **Unity IDE version 4**.
56+
* **Adjust_v4.11.0_Unity_5.unitypackage** - Use this package if you are using **Unity IDE version 5**.
5757

5858
### <a id="sdk-add">Add the SDK to your project
5959

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.10.3
1+
4.11.0

doc/migrate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Migrate your adjust SDK for Unity3d to 4.10.3 from 3.4.4
1+
## Migrate your adjust SDK for Unity3d to 4.11.0 from 3.4.4
22

33
### Migration procedure
44

@@ -9,12 +9,12 @@ keeping in `Assets/Plugins` folder.
99

1010
For migration purposes, we have prepared two Unity packages:
1111

12-
* `Adjust_v4.10.3_Unity_4.unitypackage` (for Unity 4 users)
13-
* `Adjust_v4.10.3_Unity_5.unitypackage` (for Unity 5 users)
12+
* `Adjust_v4.11.0_Unity_4.unitypackage` (for Unity 4 users)
13+
* `Adjust_v4.11.0_Unity_5.unitypackage` (for Unity 5 users)
1414

1515
and the adjust SDK uninstall script written in Python (`adjust_uninstall.py`).
1616

17-
Migration to version 4.10.3 of our SDK requires the following steps:
17+
Migration to version 4.11.0 of our SDK requires the following steps:
1818

1919
1. Copy the `adjust_uninstall.py` script to your root Unity project directory and run it. This script should
2020
delete all adjust source files from the previous SDK version you had.

0 commit comments

Comments
 (0)