We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a524036 commit 79a8fd9Copy full SHA for 79a8fd9
bugsnag-android-unity/src/main/java/com/bugsnag/android/unity/UnityCallback.java
@@ -6,7 +6,7 @@
6
7
class UnityCallback implements Callback {
8
static final String NOTIFIER_NAME = "Bugsnag Unity (Android)";
9
- static final String NOTIFIER_VERSION = "3.4.0";
+ static final String NOTIFIER_VERSION = "3.5.0";
10
static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-unity";
11
12
private final String context;
0 commit comments