Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions com.playeveryware.eos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.1.2] - 2025-09-24

### Fixed
- Fix: Switch compatibility

## [4.1.1] - 2025-08-26

### Changed
Expand Down
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 = "4.1.1";
public const string Version = "4.1.2";

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
@@ -1,6 +1,6 @@
{
"name": "com.playeveryware.eos",
"version": "4.1.1",
"version": "4.1.2",
"unity": "2021.3",
"unityRelease": "16f1",
"author": {
Expand Down