From 299774fda2217ace9edf144f62ecdebbe1ea530e Mon Sep 17 00:00:00 2001 From: Konrad Dysput Date: Wed, 11 Dec 2024 16:56:40 +0100 Subject: [PATCH] Release 3.10.1 --- CHANGELOG.md | 5 +++++ Runtime/BacktraceClient.cs | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f14403..cca35329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Backtrace Unity Release Notes +## Version 3.10.1 + +Improvements +- Xbox One support (#230) + ## Version 3.10.0 Bugfixes diff --git a/Runtime/BacktraceClient.cs b/Runtime/BacktraceClient.cs index 5c8542dc..fd0979e9 100644 --- a/Runtime/BacktraceClient.cs +++ b/Runtime/BacktraceClient.cs @@ -24,7 +24,7 @@ namespace Backtrace.Unity /// public class BacktraceClient : MonoBehaviour, IBacktraceClient { - public const string VERSION = "3.10.0"; + public const string VERSION = "3.10.1"; internal const string DefaultBacktraceGameObjectName = "BacktraceClient"; public BacktraceConfiguration Configuration; diff --git a/package.json b/package.json index 0618b38b..0208ac41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "io.backtrace.unity", "displayName": "Backtrace", - "version": "3.10.0", + "version": "3.10.1", "unity": "2017.1", "description": "Backtrace's integration with Unity games allows customers to capture and report handled and unhandled Unity exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug software errors.", "keywords": [