Skip to content

Commit

Permalink
3.0.1: Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Jul 9, 2020
1 parent 9f29888 commit d27c96a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Runtime/Model/BacktraceData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class BacktraceData
/// <summary>
/// Version of the C# library
/// </summary>
public const string AgentVersion = "3.0.0";
public const string AgentVersion = "3.0.1";

/// <summary>
/// Application thread details
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.backtrace.unity",
"displayName": "Backtrace",
"version": "3.0.0",
"version": "3.0.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": [
Expand Down

0 comments on commit d27c96a

Please sign in to comment.