Skip to content

Commit

Permalink
chore(release): 1.1.0-mirror.11 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-mirror.11](v1.1.0-mirror.10...v1.1.0-mirror.11) (2023-08-13)

### Bug Fixes

* adding define to support older versions of mirror ([86c29cd](86c29cd))
  • Loading branch information
semantic-release-bot committed Aug 13, 2023
1 parent 86c29cd commit e9d1168
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Assets/Mirage.Profiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0-mirror.11](https://github.com/James-Frowen/Mirage.Profiler/compare/v1.1.0-mirror.10...v1.1.0-mirror.11) (2023-08-13)


### Bug Fixes

* adding define to support older versions of mirror ([86c29cd](https://github.com/James-Frowen/Mirage.Profiler/commit/86c29cd70ca57913d7ec5678cb126abd3737beac))

# [1.1.0-mirror.10](https://github.com/James-Frowen/Mirage.Profiler/compare/v1.1.0-mirror.9...v1.1.0-mirror.10) (2022-09-23)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage.Profiler/Editor/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("1.1.0.10")]
[assembly: AssemblyVersion("1.1.0.11")]
2 changes: 1 addition & 1 deletion Assets/Mirage.Profiler/Runtime/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("1.1.0.10")]
[assembly: AssemblyVersion("1.1.0.11")]

[assembly: InternalsVisibleTo("Mirage.Profiler.Editor")]
2 changes: 1 addition & 1 deletion Assets/Mirage.Profiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.james-frowen.mirage-profiler",
"displayName": "Mirage Profiler",
"version": "1.1.0-mirror.10",
"version": "1.1.0-mirror.11",
"unity": "2021.3",
"description": "Network profiler for Mirage",
"author": "James Frowen",
Expand Down

0 comments on commit e9d1168

Please sign in to comment.