Skip to content

Commit

Permalink
Version update (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput authored Nov 2, 2023
1 parent 0280286 commit 0f52d96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

Bugfixes
- Fixed a duplicate identifier issue available in the generated xcode project.
- Normalized system attributes on iOS and Android

New functionality
- Added support for uploading Android symbols files on OSes other than Windows.
- SteamDeck support

## Version 3.8.1

Expand Down
2 changes: 1 addition & 1 deletion Runtime/BacktraceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Backtrace.Unity
/// </summary>
public class BacktraceClient : MonoBehaviour, IBacktraceClient
{
public const string VERSION = "3.8.1";
public const string VERSION = "3.8.2";
internal const string DefaultBacktraceGameObjectName = "BacktraceClient";
public BacktraceConfiguration Configuration;

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.8.1",
"version": "3.8.2",
"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 0f52d96

Please sign in to comment.