Skip to content

Commit a1e7fc0

Browse files
committed
chore : Update files for 3.3.2 release
1 parent a7b6fd8 commit a1e7fc0

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

Runtime/Core/AuthenticationListener.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
* SOFTWARE.
2121
*/
2222

23+
#if !EOS_DISABLE
24+
2325
namespace PlayEveryWare.EpicOnlineServices
2426
{
2527
using Epic.OnlineServices;
@@ -164,4 +166,6 @@ public void Dispose()
164166
EOSManager.Instance.RemoveConnectLoginListener(this);
165167
}
166168
}
167-
}
169+
}
170+
171+
#endif

Runtime/Core/EOSPackageInfo.cs

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

38-
public const string Version = "3.3.1";
38+
public const string Version = "3.3.2";
3939

4040
public const string PackageName = "com.playeveryware.eos";
4141
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5544850229dce1a7985daf00a1611d34b78ff64dd725242c17ca99a2ad8d4983
2+
oid sha256:52981432c9e6b168b55a2dda34a9211ff005c20efd56046ba9f32ee0d2c58823
33
size 10752
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:f5ec4035c1d46c6e57dcff7aa31487eb8f239c53972acd3b084349043132267a
2+
oid sha256:850661f9cb3360201f53cedf8f33b165162777f1f9786e967b1f2c65ec8b7460
33
size 98304
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:d76cfe41a39f657517f8505fb61137a56b5aa34cb13d642ea5aa33ec5bb3e0e9
3-
size 98816
2+
oid sha256:25ea103a13070e9f192369219575d973904f7a721d551a10d8fdc58ea92a54c9
3+
size 101376
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:921519c911443fab08ea25faf397cbf5b881df2defd4b8c27ce5b00d0725eb5a
3-
size 410624
2+
oid sha256:0969c09a651af391cc8dfb0a9696148e101d46e7dd56b34a2453b7fd3ba2c8f4
3+
size 414720

0 commit comments

Comments
 (0)