Skip to content

Commit

Permalink
Updated to v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-ga committed Sep 2, 2022
1 parent 1b8863e commit 5231eaf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------
<!--(CHANGELOG_TOP)-->
**7.4.1**
* fixed a crash with the health event on android if not on the main thread:added session_num for the init event on iOS

**7.4.0**
* Added Health event
* Includes FPS data measurement automatically sent at the end of the session
Expand Down
Binary file modified Runtime/Android/gameanalytics.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion Runtime/Scripts/Setup/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public struct HelpInfo
/// The version of the GA Unity Wrapper plugin
/// </summary>
[HideInInspector]
public static string VERSION = "7.4.0";
public static string VERSION = "7.4.1";

[HideInInspector]
public static bool CheckingForUpdates = false;
Expand Down
Binary file modified Runtime/iOS/libGameAnalytics.a
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.gameanalytics.sdk",
"version": "7.4.0",
"version": "7.4.1",
"displayName": "GameAnalytics",
"description": "GameAnalytics collects and stores your data with no limits. You can then view your core KPI's in order to see what areas of your game need to improvements. If you want to find out more about how gamers play, then add in funnels, progression events and resource tracking. ",
"unity": "2018.1",
Expand Down

0 comments on commit 5231eaf

Please sign in to comment.