Skip to content

Commit 9c07173

Browse files
committed
Fix: minimum ephys link
1 parent 0c584c6 commit 9c07173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/EphysLink/CommunicationManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class CommunicationManager : MonoBehaviour
2020

2121
#region Properties
2222

23-
private static readonly int[] EPHYS_LINK_MIN_VERSION = { 1, 0, 6 };
23+
private static readonly int[] EPHYS_LINK_MIN_VERSION = { 1, 1, 0 };
2424

2525
public static readonly string EPHYS_LINK_MIN_VERSION_STRING = "≥ v" + string.Join(".", EPHYS_LINK_MIN_VERSION);
2626

0 commit comments

Comments
 (0)