Skip to content

Commit 837f819

Browse files
committed
Merge branch 'master' into bugfix/scoped_attrs
2 parents 2e58aaf + 740dfac commit 837f819

File tree

11 files changed

+7
-2
lines changed

11 files changed

+7
-2
lines changed
40.2 KB
Binary file not shown.
15.3 KB
Binary file not shown.
24.2 KB
Binary file not shown.
-46.1 KB
Binary file not shown.
184 Bytes
Binary file not shown.

Android/lib/x86/libnative-lib.so

16 KB
Binary file not shown.
40.2 KB
Binary file not shown.
14 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Backtrace Unity Release Notes
22

3+
## Version 3.14.0
4+
5+
Improvements
6+
- Add support for Android offline native crash replay
7+
38
## Version 3.13.0
49

510
Improvements

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.13.0";
27+
public const string VERSION = "3.14.1";
2828
internal const string DefaultBacktraceGameObjectName = "BacktraceClient";
2929
public BacktraceConfiguration Configuration;
3030

0 commit comments

Comments
 (0)