Skip to content

Commit

Permalink
chore(release): 62.9.4 [skip ci]
Browse files Browse the repository at this point in the history
## [62.9.4](v62.9.3...v62.9.4) (2021-01-29)

### Bug Fixes

* running weaver for editor scripts ([#557](#557)) ([12a1d73](12a1d73)), closes [#537](#537) [#552](#552)
  • Loading branch information
semantic-release-bot committed Jan 29, 2021
1 parent 12a1d73 commit 44f464f
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.9.3")]
[assembly: AssemblyVersion("62.9.4")]
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.9.3")]
[assembly: AssemblyVersion("62.9.4")]
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.9.4](https://github.com/MirrorNG/MirrorNG/compare/v62.9.3...v62.9.4) (2021-01-29)


### Bug Fixes

* running weaver for editor scripts ([#557](https://github.com/MirrorNG/MirrorNG/issues/557)) ([12a1d73](https://github.com/MirrorNG/MirrorNG/commit/12a1d73061766d3c8d1bfb406a20ba4f44d18d50)), closes [#537](https://github.com/MirrorNG/MirrorNG/issues/537) [#552](https://github.com/MirrorNG/MirrorNG/issues/552)

## [62.9.3](https://github.com/MirrorNG/MirrorNG/compare/v62.9.2...v62.9.3) (2021-01-27)


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

[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.9.3")]
[assembly: AssemblyVersion("62.9.4")]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("62.9.3")]
[assembly: AssemblyVersion("62.9.4")]
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.9.3",
"version": "62.9.4",
"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 44f464f

Please sign in to comment.