Skip to content

Commit 3fa3040

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2023-04-01) ### Bug Fixes * fixing create incorrect endpoint when using 2nd factory ([9eb5efa](9eb5efa))
1 parent d1476d4 commit 3fa3040

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Assets/MultiplexSocket/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.1](https://github.com/MirageNet/MultiplexSocketFactory/compare/v2.0.0...v2.0.1) (2023-04-01)
2+
3+
4+
### Bug Fixes
5+
6+
* fixing create incorrect endpoint when using 2nd factory ([9eb5efa](https://github.com/MirageNet/MultiplexSocketFactory/commit/9eb5efa2bc120dfb35e1d37b86a91aa95cbd8412))
7+
18
# [2.0.0](https://github.com/MirageNet/MultiplexSocketFactory/compare/v1.0.1...v2.0.0) (2022-03-20)
29

310

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("2.0.0")]
3+
[assembly: AssemblyVersion("2.0.1")]

Assets/MultiplexSocket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.miragenet.multiplexsocket",
33
"displayName": "MultiplexSocket for Mirage",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"unity": "2019.4",
66
"description": "Multiplex allows a server to run multiple sockets at once, this allows clients from multiple platforms to connect to the same game server",
77
"author": "James Frowen",

0 commit comments

Comments
 (0)