File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
bugsnag-android-unity/src/main/java/com/bugsnag/android/unity Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.5.1 (2017-10-06)
4
+
5
+ ### Bug fixes
6
+
7
+ * Fix bundle ambiguity error generated by codesigning the macOS assets
8
+ [ #61 ] ( https://github.com/bugsnag/bugsnag-unity/pull/61 )
9
+
3
10
## 3.5.0 (2017-02-10)
4
11
5
12
* Track whether an error is handled or unhandled
Original file line number Diff line number Diff line change 6
6
7
7
class UnityCallback implements Callback {
8
8
static final String NOTIFIER_NAME = "Bugsnag Unity (Android)" ;
9
- static final String NOTIFIER_VERSION = "3.5.0 " ;
9
+ static final String NOTIFIER_VERSION = "3.5.1 " ;
10
10
static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-unity" ;
11
11
12
12
private final String context ;
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ void Register(char *apiKey) {
137
137
138
138
id notifier = [Bugsnag notifier ];
139
139
[notifier setValue: @{
140
- @" version" : @" 3.5.0 " ,
140
+ @" version" : @" 3.5.1 " ,
141
141
@" name" : @" Bugsnag Unity (Cocoa)" ,
142
142
@" url" : @" https://github.com/bugsnag/bugsnag-unity"
143
143
} forKey: @" details" ];
You can’t perform that action at this time.
0 commit comments