Skip to content

Commit

Permalink
Updated to v7.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-ga committed Oct 20, 2022
1 parent 87b139e commit 3c2af03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.4**
* dependency fix for openupm package

**7.4.2**
* bugfix for android health event error reporting

Expand Down
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.2";
public static string VERSION = "7.4.4";

[HideInInspector]
public static bool CheckingForUpdates = false;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.gameanalytics.sdk",
"version": "7.4.2",
"version": "7.4.4",
"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",
"dependencies": {
"com.google.external-dependency-manager": "file:./GooglePackages/com.google.external-dependency-manager-1.2.168.tgz"
"com.google.external-dependency-manager": "1.2.168"
},
"publishConfig": {
"registry": "https://package.openupm.com"
Expand Down

0 comments on commit 3c2af03

Please sign in to comment.