We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c584c6 commit 9c07173Copy full SHA for 9c07173
Assets/Scripts/EphysLink/CommunicationManager.cs
@@ -20,7 +20,7 @@ public class CommunicationManager : MonoBehaviour
20
21
#region Properties
22
23
- private static readonly int[] EPHYS_LINK_MIN_VERSION = { 1, 0, 6 };
+ private static readonly int[] EPHYS_LINK_MIN_VERSION = { 1, 1, 0 };
24
25
public static readonly string EPHYS_LINK_MIN_VERSION_STRING = "≥ v" + string.Join(".", EPHYS_LINK_MIN_VERSION);
26
0 commit comments