Skip to content

Commit

Permalink
chore(release): 9.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [9.0.1](v9.0.0...v9.0.1) (2024-08-23)

### Bug Fixes

* re-adding NeedsUpdate check for server update ([9e7d8c5](9e7d8c5))
  • Loading branch information
semantic-release-bot committed Aug 23, 2024
1 parent 9e7d8c5 commit aab26ce
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 @@
## [9.0.1](https://github.com/James-Frowen/NetworkPositionSync/compare/v9.0.0...v9.0.1) (2024-08-23)


### Bug Fixes

* re-adding NeedsUpdate check for server update ([9e7d8c5](https://github.com/James-Frowen/NetworkPositionSync/commit/9e7d8c5eefaf80622b7233553dd53c17ec26c9d3))

# [9.0.0](https://github.com/James-Frowen/NetworkPositionSync/compare/v8.0.0...v9.0.0) (2024-05-06)


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("9.0.0")]
[assembly: AssemblyVersion("9.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": "9.0.0",
"version": "9.0.1",
"unity": "2020.3",
"author": "James Frowen",
"repository": {
Expand Down

0 comments on commit aab26ce

Please sign in to comment.