Skip to content

Commit db488bd

Browse files
author
uerceg
committed
Changing version to 4.0.1
1 parent baa850b commit db488bd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Assets/Adjust/Adjust.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace com.adjust.sdk
77
{
88
public class Adjust : MonoBehaviour
99
{
10-
private const string sdkPrefix = "unity4.0.0";
10+
private const string sdkPrefix = "unity4.0.1";
1111
private const string errorMessage = "adjust: SDK not started. Start it manually using the 'appDidLaunch' method.";
1212

1313
private static IAdjust instance = null;

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

doc/migrate.md

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

3-
N.B. At the moment, SDK 4.0 for Unity supports Android and iOS, but not Windows. If you are planning to release your Unity app on Windows, please migrate to 4.0 only when we add full support for Windows.
3+
N.B. At the moment, SDK 4.0.1 for Unity supports Android and iOS, but not Windows. If you are planning to release your Unity app on Windows, please migrate to 4.0.1 only when we add full support for Windows.
44

55
### Migration procedure
66

7-
Starting from version 4.0.0, the structure of this repository is adjusted to Unity 5. All files which are part of the
7+
Starting from version 4.0.1, the structure of this repository is adjusted to Unity 5. All files which are part of the
88
adjust SDK are now moved to the `Assets/Adjust` folder, since Unity 5 allows that native files can now be placed
99
outside of `Assets/Plugins` folder. This is done so that adjust files are no longer mixed with files you may be
1010
keeping in `Assets/Plugins` folder.
1111

1212
For migration purposes, we have prepared two Unity packages:
1313

14-
* `Adjust_v4.0.0_Unity_4.unitypackage` (for Unity 4 users)
15-
* `Adjust_v4.0.0_Unity_5.unitypackage` (for Unity 5 users)
14+
* `Adjust_v4.0.1_Unity_4.unitypackage` (for Unity 4 users)
15+
* `Adjust_v4.0.1_Unity_5.unitypackage` (for Unity 5 users)
1616

1717
and the adjust SDK uninstall script written in Python (`adjust_uninstall.py`).
1818

19-
Migration to version 4.0.0 of our SDK requires the following steps:
19+
Migration to version 4.0.1 of our SDK requires the following steps:
2020

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

0 commit comments

Comments
 (0)