Skip to content

Commit a4d32b9

Browse files
chore(release): 149.7.0 [skip ci]
# [149.7.0](v149.6.0...v149.7.0) (2024-12-01) ### Features * adding try catch for return RPC ([6b7e683](6b7e683))
1 parent 6b7e683 commit a4d32b9

File tree

9 files changed

+15
-8
lines changed

9 files changed

+15
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33

4-
[assembly: AssemblyVersion("149.6.0")]
4+
[assembly: AssemblyVersion("149.7.0")]
55

66
[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]

Assets/Mirage/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [149.7.0](https://github.com/MirageNet/Mirage/compare/v149.6.0...v149.7.0) (2024-12-01)
2+
3+
4+
### Features
5+
6+
* adding try catch for return RPC ([6b7e683](https://github.com/MirageNet/Mirage/commit/6b7e68326f29485edf3858695d4615a0b7083802))
7+
18
# [149.6.0](https://github.com/MirageNet/Mirage/compare/v149.5.2...v149.6.0) (2024-11-22)
29

310

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33

4-
[assembly: AssemblyVersion("149.6.0")]
4+
[assembly: AssemblyVersion("149.7.0")]
55

66
[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]

Assets/Mirage/Runtime/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33

4-
[assembly: AssemblyVersion("149.6.0")]
4+
[assembly: AssemblyVersion("149.7.0")]
55

66
[assembly: InternalsVisibleTo("Mirage.Tests.Common")]
77
[assembly: InternalsVisibleTo("Mirage.Tests")]
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33

4-
[assembly: AssemblyVersion("149.6.0")]
4+
[assembly: AssemblyVersion("149.7.0")]
55

66
[assembly: InternalsVisibleTo("Mirage.SocketLayer.Tests")]
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("149.6.0")]
3+
[assembly: AssemblyVersion("149.7.0")]
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("149.6.0")]
3+
[assembly: AssemblyVersion("149.7.0")]

Assets/Mirage/Weaver/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33

4-
[assembly: AssemblyVersion("149.6.0")]
4+
[assembly: AssemblyVersion("149.7.0")]
55

66
[assembly: InternalsVisibleTo("Mirage.Tests")]

Assets/Mirage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.miragenet.mirage",
33
"displayName": "Mirage",
4-
"version": "149.6.0",
4+
"version": "149.7.0",
55
"unity": "2020.3",
66
"description": "Mirage is a high level Networking API for Unity, supporting different low level Transports.",
77
"author": "Mirage",

0 commit comments

Comments
 (0)