Skip to content

Commit

Permalink
chore : Update files for 3.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur740212 committed Aug 30, 2024
1 parent 3c9c376 commit 4d38e28
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion Runtime/Core/AuthenticationListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
* SOFTWARE.
*/

#if !EOS_DISABLE

namespace PlayEveryWare.EpicOnlineServices
{
using Epic.OnlineServices;
Expand Down Expand Up @@ -164,4 +166,6 @@ public void Dispose()
EOSManager.Instance.RemoveConnectLoginListener(this);
}
}
}
}

#endif
2 changes: 1 addition & 1 deletion Runtime/Core/EOSPackageInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static class EOSPackageInfo
* not involve editing source code files.
*/

public const string Version = "3.3.1";
public const string Version = "3.3.2";

public const string PackageName = "com.playeveryware.eos";
}
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Windows/x64/DynamicLibraryLoaderHelper-x64.dll
Git LFS file not shown
2 changes: 1 addition & 1 deletion Runtime/Windows/x64/GfxPluginNativeRender-x64.dll
Git LFS file not shown
4 changes: 2 additions & 2 deletions Runtime/Windows/x86/DynamicLibraryLoaderHelper-x86.dll
Git LFS file not shown
4 changes: 2 additions & 2 deletions Runtime/Windows/x86/GfxPluginNativeRender-x86.dll
Git LFS file not shown

0 comments on commit 4d38e28

Please sign in to comment.