Skip to content

Commit

Permalink
chore(release): 62.5.3 [skip ci]
Browse files Browse the repository at this point in the history
## [62.5.3](v62.5.2...v62.5.3) (2021-01-19)

### Performance Improvements

* avoid weaving editor scripts ([#537](#537)) ([42967f3](42967f3))
  • Loading branch information
semantic-release-bot committed Jan 19, 2021
1 parent 42967f3 commit 59027c5
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Assets/Mirror/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("62.5.2")]
[assembly: AssemblyVersion("62.5.3")]
2 changes: 1 addition & 1 deletion Assets/Mirror/Authenticators/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("62.5.2")]
[assembly: AssemblyVersion("62.5.3")]
7 changes: 7 additions & 0 deletions Assets/Mirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [62.5.3](https://github.com/MirrorNG/MirrorNG/compare/v62.5.2...v62.5.3) (2021-01-19)


### Performance Improvements

* avoid weaving editor scripts ([#537](https://github.com/MirrorNG/MirrorNG/issues/537)) ([42967f3](https://github.com/MirrorNG/MirrorNG/commit/42967f3b407d0fcfbcd7b1bd92f6b1a525ccf307))

## [62.5.2](https://github.com/MirrorNG/MirrorNG/compare/v62.5.1...v62.5.2) (2021-01-19)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirror/Cloud/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("62.5.2")]
[assembly: AssemblyVersion("62.5.3")]
2 changes: 1 addition & 1 deletion Assets/Mirror/Components/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("62.5.2")]
[assembly: AssemblyVersion("62.5.3")]
2 changes: 1 addition & 1 deletion Assets/Mirror/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("62.5.2")]
[assembly:AssemblyVersion("62.5.3")]

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

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

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

0 comments on commit 59027c5

Please sign in to comment.