Skip to content

Commit 01fb36e

Browse files
committed
chore(upm) : update versions and changelog for 3.3.1
1 parent 9b92293 commit 01fb36e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Assets/Plugins/Source/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.0";
38+
public const string Version = "3.3.1";
3939

4040
public const string PackageName = "com.playeveryware.eos";
4141
}

etc/PackageTemplate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
44

55
# Changelog
66

7+
## [3.3.1] - 2024-07-30
8+
9+
### Fixed
10+
- fix(native,log) : log config error handling to prevent crashing
11+
- fix(ui,log) : show correct log levels in UILogWindow on native initialized platforms
12+
- chore(log,config) : update log config fields to Pascal case
13+
- chore(native,windows) : rebuild libs after fixing log config crash
14+
715
## [3.3.0] - 2024-07-03
816

917
### Fixed

etc/PackageTemplate/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": "3.3.0",
3+
"version": "3.3.1",
44
"unity": "2021.3",
55
"unityRelease": "8f1",
66
"displayName": "Epic Online Services Plugin for Unity",
@@ -31,6 +31,6 @@
3131
}
3232
],
3333
"com_playeveryware": {
34-
"git_build_sha": "dcba58e540ad7611e6369b920c9dcd9609570f02"
34+
"git_build_sha": "9b9229325c93dd7e81461fde387ed5ef012349ec"
3535
}
3636
}

0 commit comments

Comments
 (0)