Skip to content

Commit

Permalink
chore(release): 145.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [145.0.3](v145.0.2...v145.0.3) (2023-07-06)

### Bug Fixes

* adding warning if spawned Identity already has netid ([22478f4](22478f4))
  • Loading branch information
semantic-release-bot committed Jul 6, 2023
1 parent 22478f4 commit f06c375
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Assets/Mirage/Authenticators/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("145.0.2")]
[assembly: AssemblyVersion("145.0.3")]

[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]
7 changes: 7 additions & 0 deletions Assets/Mirage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [145.0.3](https://github.com/MirageNet/Mirage/compare/v145.0.2...v145.0.3) (2023-07-06)


### Bug Fixes

* adding warning if spawned Identity already has netid ([22478f4](https://github.com/MirageNet/Mirage/commit/22478f4b7b5b6f665a73ac97b0864fb621759f98))

## [145.0.2](https://github.com/MirageNet/Mirage/compare/v145.0.1...v145.0.2) (2023-07-05)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage/Components/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("145.0.2")]
[assembly: AssemblyVersion("145.0.3")]

[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("145.0.2")]
[assembly: AssemblyVersion("145.0.3")]

[assembly: InternalsVisibleTo("Mirage.Tests.Common")]
[assembly: InternalsVisibleTo("Mirage.Tests")]
Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/SocketLayer/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("145.0.2")]
[assembly: AssemblyVersion("145.0.3")]

[assembly: InternalsVisibleTo("Mirage.SocketLayer.Tests")]
2 changes: 1 addition & 1 deletion Assets/Mirage/Samples~/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("145.0.2")]
[assembly: AssemblyVersion("145.0.3")]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("145.0.2")]
[assembly: AssemblyVersion("145.0.3")]
2 changes: 1 addition & 1 deletion Assets/Mirage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.miragenet.mirage",
"displayName": "Mirage",
"version": "145.0.2",
"version": "145.0.3",
"unity": "2020.3",
"description": "Mirage is a high level Networking API for Unity, supporting different low level Transports.",
"author": "Mirage",
Expand Down

0 comments on commit f06c375

Please sign in to comment.