Skip to content

Commit

Permalink
chore(release): 72.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [72.0.0](v71.0.0...v72.0.0) (2021-03-05)

### Code Refactoring

* removing un-used INetworkManager interface ([#661](#661)) ([347bf6c](347bf6c))

### BREAKING CHANGES

* removing INetworkManager
  • Loading branch information
semantic-release-bot committed Mar 5, 2021
1 parent 347bf6c commit 557e7bc
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Assets/Mirage/Authenticators/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("71.0.0")]
[assembly: AssemblyVersion("72.0.0")]
12 changes: 12 additions & 0 deletions Assets/Mirage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [72.0.0](https://github.com/MirageNet/Mirage/compare/v71.0.0...v72.0.0) (2021-03-05)


### Code Refactoring

* removing un-used INetworkManager interface ([#661](https://github.com/MirageNet/Mirage/issues/661)) ([347bf6c](https://github.com/MirageNet/Mirage/commit/347bf6c0aaa3e69a4b9027defda0e999541f8a7c))


### BREAKING CHANGES

* removing INetworkManager

# [71.0.0](https://github.com/MirageNet/Mirage/compare/v70.0.0...v71.0.0) (2021-03-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,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("71.0.0")]
[assembly: AssemblyVersion("72.0.0")]
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("71.0.0")]
[assembly: AssemblyVersion("72.0.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Common")]
[assembly: InternalsVisibleTo("Mirage.Tests")]
Expand Down
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("71.0.0")]
[assembly: AssemblyVersion("72.0.0")]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("71.0.0")]
[assembly: AssemblyVersion("72.0.0")]
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": "71.0.0",
"version": "72.0.0",
"unity": "2019.1",
"description": "Mirage is a high level Networking API for Unity, supporting different low level Transports.",
"author": "Mirage",
Expand Down

0 comments on commit 557e7bc

Please sign in to comment.