Skip to content

Commit

Permalink
fix: Update Ephys Link (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 authored May 9, 2024
1 parent e389ff6 commit 52b6276
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class EphysLinkSettings : MonoBehaviour
{
#region Constants

private const string EPHYS_LINK_EXE_NAME = "EphysLink-v1.3.0b2.exe";
private const string EPHYS_LINK_EXE_NAME = "EphysLink-v1.3.0.exe";
private static string EphysLinkExePath =>
Path.Combine(Application.streamingAssetsPath, EPHYS_LINK_EXE_NAME);

Expand Down
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ PlayerSettings:
loadStoreDebugModeEnabled: 0
visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0
bundleVersion: 1.1.6
bundleVersion: 1.1.7
preloadedAssets:
- {fileID: 11400000, guid: 6057f25234ce83a4bbb3ae618a501907, type: 2}
metroInputSource: 0
Expand Down

0 comments on commit 52b6276

Please sign in to comment.