Skip to content

Commit

Permalink
chore(release): 5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.1](v5.0.0...v5.0.1) (2023-06-12)

### Bug Fixes

* fixing null ref in SyncPositionBehaviour ([69ba59d](69ba59d))
  • Loading branch information
semantic-release-bot committed Jun 12, 2023
1 parent 69ba59d commit 2612724
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Assets/NetworkPositionSync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.0.1](https://github.com/James-Frowen/NetworkPositionSync/compare/v5.0.0...v5.0.1) (2023-06-12)


### Bug Fixes

* fixing null ref in SyncPositionBehaviour ([69ba59d](https://github.com/James-Frowen/NetworkPositionSync/commit/69ba59db9f2659f26ea66bb1cb3fc722a5e98fae))

# [5.0.0](https://github.com/James-Frowen/NetworkPositionSync/compare/v4.1.0...v5.0.0) (2023-04-05)


Expand Down
2 changes: 1 addition & 1 deletion Assets/NetworkPositionSync/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("5.0.0")]
[assembly: AssemblyVersion("5.0.1")]

[assembly: InternalsVisibleTo("JamesFrowen.PositionSync.Tests.Runtime")]
2 changes: 1 addition & 1 deletion Assets/NetworkPositionSync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.james-frowen.position-sync",
"displayName": "Network Position Sync",
"description": "Network Transform using Snapshot Interpolation and other techniques to best sync position and rotation over the network",
"version": "5.0.0",
"version": "5.0.1",
"unity": "2020.3",
"author": "James Frowen",
"repository": {
Expand Down

0 comments on commit 2612724

Please sign in to comment.