Skip to content

Commit

Permalink
chore(release): 93.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [93.0.2](v93.0.1...v93.0.2) (2021-05-24)

### Bug Fixes

* closing socket on application quit ([c37fe7d](c37fe7d))
* fixing SocketException after closing remote applcation ([4ed12ba](4ed12ba))
* fixing udp socket exception on linux ([#809](#809)) ([a4e8689](a4e8689))
* removing unnecessary check ([e8a93a4](e8a93a4))
* stopping null ref in disconnect ([4d0f092](4d0f092))
  • Loading branch information
semantic-release-bot committed May 24, 2021
1 parent a4e8689 commit c82d60f
Show file tree
Hide file tree
Showing 7 changed files with 17 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("93.0.1")]
[assembly: AssemblyVersion("93.0.2")]
11 changes: 11 additions & 0 deletions Assets/Mirage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [93.0.2](https://github.com/MirageNet/Mirage/compare/v93.0.1...v93.0.2) (2021-05-24)


### Bug Fixes

* closing socket on application quit ([c37fe7d](https://github.com/MirageNet/Mirage/commit/c37fe7d28e74f0e3b771146542c98f669af43381))
* fixing SocketException after closing remote applcation ([4ed12ba](https://github.com/MirageNet/Mirage/commit/4ed12badc104c53919b13d1465ce8e0832e86b39))
* fixing udp socket exception on linux ([#809](https://github.com/MirageNet/Mirage/issues/809)) ([a4e8689](https://github.com/MirageNet/Mirage/commit/a4e8689cc15157ff83b045944e1f516937365134))
* removing unnecessary check ([e8a93a4](https://github.com/MirageNet/Mirage/commit/e8a93a49d0b230c20434392d3ae506938ddc5b9b))
* stopping null ref in disconnect ([4d0f092](https://github.com/MirageNet/Mirage/commit/4d0f0922ea1fec83b2d6b14148c039d6ebf9d024))

## [93.0.1](https://github.com/MirageNet/Mirage/compare/v93.0.0...v93.0.1) (2021-05-23)


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

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

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

[assembly: AssemblyVersion("93.0.1")]
[assembly: AssemblyVersion("93.0.2")]
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": "93.0.1",
"version": "93.0.2",
"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 c82d60f

Please sign in to comment.