Skip to content

Commit

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

### Bug Fixes

* updating to mirage 141.0.2 ([48f50b9](48f50b9))

### BREAKING CHANGES

* now requires mirage v141.0.2
  • Loading branch information
semantic-release-bot committed Jun 13, 2023
1 parent 48f50b9 commit 6f68045
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Assets/NetworkPositionSync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [6.0.0](https://github.com/James-Frowen/NetworkPositionSync/compare/v5.0.1...v6.0.0) (2023-06-13)


### Bug Fixes

* updating to mirage 141.0.2 ([48f50b9](https://github.com/James-Frowen/NetworkPositionSync/commit/48f50b9830d903ffea2dbe62ae1de7cc0ace8b92))


### BREAKING CHANGES

* now requires mirage v141.0.2

## [5.0.1](https://github.com/James-Frowen/NetworkPositionSync/compare/v5.0.0...v5.0.1) (2023-06-12)


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.1")]
[assembly: AssemblyVersion("6.0.0")]

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

0 comments on commit 6f68045

Please sign in to comment.