Skip to content

Commit

Permalink
chore: update listed versions of the EOS SDK to match new version of the
Browse files Browse the repository at this point in the history
SDK.
  • Loading branch information
andrew-hirata-playeveryware committed Feb 13, 2025
1 parent f8427e2 commit 2ebde75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion com.playeveryware.eos/Runtime/Core/EOSPackageInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static class EOSPackageInfo
* not involve editing source code files.
*/

public const string Version = "3.3.6";
public const string Version = "4.0.0";

public const string PackageName = "com.playeveryware.eos";
}
Expand Down
2 changes: 1 addition & 1 deletion com.playeveryware.eos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://playeveryware.com"
},
"displayName": "Epic Online Services Plugin for Unity",
"description": "Friendly Plugin for Epic Online Services\n Unity 2021.3.16f1\n EOS SDK 1.16.4\n\n Dependencies for Extra Packs:\n P2P Netcode Sample : [com.unity.netcode.gameobjects] \n Performance Stress Test Sample : [com.unity.postprocessing]",
"description": "Friendly Plugin for Epic Online Services\n Unity 2021.3.16f1\n EOS SDK 1.17.0\n\n Dependencies for Extra Packs:\n P2P Netcode Sample : [com.unity.netcode.gameobjects] \n Performance Stress Test Sample : [com.unity.postprocessing]",
"documentationUrl": "https://eospluginforunity.playeveryware.com",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
Expand Down

0 comments on commit 2ebde75

Please sign in to comment.