From e9d11685f97797a514f823fd2e4172a0404d60f8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 13 Aug 2023 16:39:55 +0000 Subject: [PATCH] chore(release): 1.1.0-mirror.11 [skip ci] # [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)) --- Assets/Mirage.Profiler/CHANGELOG.md | 7 +++++++ Assets/Mirage.Profiler/Editor/AssemblyInfo.cs | 2 +- Assets/Mirage.Profiler/Runtime/AssemblyInfo.cs | 2 +- Assets/Mirage.Profiler/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Assets/Mirage.Profiler/CHANGELOG.md b/Assets/Mirage.Profiler/CHANGELOG.md index cadb629..588a1ff 100644 --- a/Assets/Mirage.Profiler/CHANGELOG.md +++ b/Assets/Mirage.Profiler/CHANGELOG.md @@ -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) diff --git a/Assets/Mirage.Profiler/Editor/AssemblyInfo.cs b/Assets/Mirage.Profiler/Editor/AssemblyInfo.cs index 10dcbef..b9e3b50 100644 --- a/Assets/Mirage.Profiler/Editor/AssemblyInfo.cs +++ b/Assets/Mirage.Profiler/Editor/AssemblyInfo.cs @@ -1,3 +1,3 @@ using System.Reflection; -[assembly: AssemblyVersion("1.1.0.10")] +[assembly: AssemblyVersion("1.1.0.11")] diff --git a/Assets/Mirage.Profiler/Runtime/AssemblyInfo.cs b/Assets/Mirage.Profiler/Runtime/AssemblyInfo.cs index 7d8d913..921b020 100644 --- a/Assets/Mirage.Profiler/Runtime/AssemblyInfo.cs +++ b/Assets/Mirage.Profiler/Runtime/AssemblyInfo.cs @@ -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")] diff --git a/Assets/Mirage.Profiler/package.json b/Assets/Mirage.Profiler/package.json index ddaf2e5..2ad246c 100644 --- a/Assets/Mirage.Profiler/package.json +++ b/Assets/Mirage.Profiler/package.json @@ -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",