Skip to content

Commit

Permalink
chore(release): 6.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.4](v6.0.3...v6.0.4) (2024-02-08)

### Bug Fixes

* fixing compile error ([1d20015](1d20015))
  • Loading branch information
semantic-release-bot committed Feb 8, 2024
1 parent 1d20015 commit 59701cb
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 @@
## [6.0.4](https://github.com/James-Frowen/NetworkPositionSync/compare/v6.0.3...v6.0.4) (2024-02-08)


### Bug Fixes

* fixing compile error ([1d20015](https://github.com/James-Frowen/NetworkPositionSync/commit/1d2001579ff80407f48f0dd545c2540e57a7718b))

## [6.0.3](https://github.com/James-Frowen/NetworkPositionSync/compare/v6.0.2...v6.0.3) (2024-02-08)


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("6.0.3")]
[assembly: AssemblyVersion("6.0.4")]

[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": "6.0.3",
"version": "6.0.4",
"unity": "2020.3",
"author": "James Frowen",
"repository": {
Expand Down

0 comments on commit 59701cb

Please sign in to comment.