Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.1.0...v5.0.0) (2023-04-05)

### Bug Fixes

* updating to mirage 131.0.0 ([ad2a82b](ad2a82b))

### BREAKING CHANGES

* now requires mirage 131.0.0
  • Loading branch information
semantic-release-bot committed Apr 5, 2023
1 parent ad2a82b commit 29b67b3
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 @@
# [5.0.0](https://github.com/James-Frowen/NetworkPositionSync/compare/v4.1.0...v5.0.0) (2023-04-05)


### Bug Fixes

* updating to mirage 131.0.0 ([ad2a82b](https://github.com/James-Frowen/NetworkPositionSync/commit/ad2a82b1a8d058f73611e9629a19e0049e435b3e))


### BREAKING CHANGES

* now requires mirage 131.0.0

# [4.1.0](https://github.com/James-Frowen/NetworkPositionSync/compare/v4.0.0...v4.1.0) (2022-09-25)


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

0 comments on commit 29b67b3

Please sign in to comment.