From 2cf33cc1c75aec1a62726dbe1b32341a44e0a408 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 21 Aug 2024 18:01:11 +0000 Subject: [PATCH] chore(release): 1.2.2 [skip ci] ## [1.2.2](https://github.com/James-Frowen/Mirage.Profiler/compare/v1.2.1...v1.2.2) (2024-08-21) ### Bug Fixes * setting new mirage version in package ([23db36c](https://github.com/James-Frowen/Mirage.Profiler/commit/23db36cf3a55aaeb29a5695a8fc5f6a57326afc3)) --- 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 | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/Assets/Mirage.Profiler/CHANGELOG.md b/Assets/Mirage.Profiler/CHANGELOG.md index f365fac..43c4f13 100644 --- a/Assets/Mirage.Profiler/CHANGELOG.md +++ b/Assets/Mirage.Profiler/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://github.com/James-Frowen/Mirage.Profiler/compare/v1.2.1...v1.2.2) (2024-08-21) + + +### Bug Fixes + +* setting new mirage version in package ([23db36c](https://github.com/James-Frowen/Mirage.Profiler/commit/23db36cf3a55aaeb29a5695a8fc5f6a57326afc3)) + ## [1.2.1](https://github.com/James-Frowen/Mirage.Profiler/compare/v1.2.0...v1.2.1) (2024-08-21) diff --git a/Assets/Mirage.Profiler/Editor/AssemblyInfo.cs b/Assets/Mirage.Profiler/Editor/AssemblyInfo.cs index f8b575d..b40114d 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.2.1")] +[assembly: AssemblyVersion("1.2.2")] diff --git a/Assets/Mirage.Profiler/Runtime/AssemblyInfo.cs b/Assets/Mirage.Profiler/Runtime/AssemblyInfo.cs index 795d669..12e8b14 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.2.1")] +[assembly: AssemblyVersion("1.2.2")] [assembly: InternalsVisibleTo("Mirage.Profiler.Editor")] diff --git a/Assets/Mirage.Profiler/package.json b/Assets/Mirage.Profiler/package.json index 632a7f2..6ece68c 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.2.1", + "version": "1.2.2", "unity": "2021.3", "description": "Network profiler for Mirage", "author": "James Frowen", @@ -14,4 +14,4 @@ "com.unity.profiling.core": "1.0.2" }, "samples": [] -} \ No newline at end of file +}