Skip to content

Commit

Permalink
2.9.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Gehorsam committed May 21, 2021
1 parent fca489f commit d902164
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Packages/Nakama/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project are documented below.

The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/).

## [2.9.3] - 05-21-21
### Fixed
Fixed issue where `IUserPresence` objects were not being deserialized properly by the client as part
of the `IParty` object.

## [2.9.2] 05-19-21

### Added
Expand Down
Binary file modified Packages/Nakama/Runtime/Plugins/Nakama.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Packages/Nakama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.heroiclabs.nakama-unity",
"version": "2.9.2",
"version": "2.9.3",
"unity": "2018.4",
"displayName": "Nakama Unity",
"description": "Unity3D client for Nakama server written in C#.",
Expand Down

0 comments on commit d902164

Please sign in to comment.