Skip to content

Commit d3d4400

Browse files
committed
Preview 3: version bump
1 parent 5b84da5 commit d3d4400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Runtime/BacktraceClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Backtrace.Unity
2424
/// </summary>
2525
public class BacktraceClient : MonoBehaviour, IBacktraceClient
2626
{
27-
public const string VERSION = "3.6.0-preview.2";
27+
public const string VERSION = "3.6.0-preview.3";
2828

2929
public BacktraceConfiguration Configuration;
3030

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "io.backtrace.unity",
33
"displayName": "Backtrace",
4-
"version": "3.6.0-preview.2",
4+
"version": "3.6.0-preview.3",
55
"unity": "2017.1",
66
"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.",
77
"keywords": [

0 commit comments

Comments
 (0)