Skip to content

Commit fc2c2bb

Browse files
committed
Update version
1 parent 962fee0 commit fc2c2bb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

com.playeveryware.eos/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
33
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [4.0.1] - 2025-02-14
6+
7+
### Changed
8+
- update to EOS SDK 1.17.0- HF
9+
10+
## [3.3.6] - 2025-02-03
511
## [4.0.0] - 2025-02-14
612

713
### Changed

com.playeveryware.eos/Runtime/Core/EOSPackageInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static class EOSPackageInfo
3333
* not involve editing source code files.
3434
*/
3535

36-
public const string Version = "4.0.0";
36+
public const string Version = "4.0.1";
3737

3838
public const string PackageName = "com.playeveryware.eos";
3939
}

com.playeveryware.eos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.playeveryware.eos",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"unity": "2021.3",
55
"unityRelease": "16f1",
66
"author": {
@@ -9,7 +9,7 @@
99
"url": "https://playeveryware.com"
1010
},
1111
"displayName": "Epic Online Services Plugin for Unity",
12-
"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]",
12+
"description": "Friendly Plugin for Epic Online Services\n Unity 2021.3.16f1\n EOS SDK 1.17.0-HF\n\n Dependencies for Extra Packs:\n P2P Netcode Sample : [com.unity.netcode.gameobjects] \n Performance Stress Test Sample : [com.unity.postprocessing]",
1313
"documentationUrl": "https://eospluginforunity.playeveryware.com",
1414
"dependencies": {
1515
"com.unity.nuget.newtonsoft-json": "3.0.2",

0 commit comments

Comments
 (0)