From 7e10fc53f681c25f5e3774729fdfe6efa98859a8 Mon Sep 17 00:00:00 2001 From: kdysput Date: Tue, 20 Jul 2021 00:16:32 +0200 Subject: [PATCH] 3.6.0-preview.0 --- Runtime/BacktraceClient.cs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime/BacktraceClient.cs b/Runtime/BacktraceClient.cs index 4ee43270..a3606e3d 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.6.0-preview.0"; + public const string VERSION = "3.6.0-preview.1"; public BacktraceConfiguration Configuration; diff --git a/package.json b/package.json index 16bdade7..b39d384e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "io.backtrace.unity", "displayName": "Backtrace", - "version": "3.6.0-preview.0", + "version": "3.6.0-preview.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": [