Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 5103c8f

Browse files
author
chrwend
committed
Update changelog
1 parent 92c7cf7 commit 5103c8f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Documentation/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### 1.1.5
4+
* [IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.4
5+
* [UPDATE] Minor bugfixes
6+
37
### 1.1.4
48
* [IMPROVEMENT] Upgrade to HockeySDK for iOS 4.1.3
59
* [NEW] Norwegian (Bokmal) localization

ExampleGame/Assets/HockeyAppUnityIOS/HockeyAppUnity-Scripts/HockeyAppIOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void GameViewLoaded (string message)
112112
string urlString = GetBaseURL();
113113
string authTypeString = GetAuthenticatorTypeString();
114114
HockeyApp_StartHockeyManager(appID, urlString, authTypeString, secret, updateAlert, userMetrics, autoUploadCrashes);
115-
instance = this;
115+
instance = this;
116116
#endif
117117
}
118118

Plugin/HockeyAppUnityIOS/HockeyAppUnity-Scripts/HockeyAppIOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ void GameViewLoaded (string message)
112112
string urlString = GetBaseURL();
113113
string authTypeString = GetAuthenticatorTypeString();
114114
HockeyApp_StartHockeyManager(appID, urlString, authTypeString, secret, updateAlert, userMetrics, autoUploadCrashes);
115-
instance = this;
115+
instance = this;
116116
#endif
117117
}
118118

0 commit comments

Comments
 (0)