Skip to content

Commit e53efe0

Browse files
committed
2.6 -> 3.1
1 parent f93a4af commit e53efe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/io.chainsafe.web3-unity/Runtime/Scripts/CountlyAnalytics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public async void CaptureEvent(AnalyticsEvent eventData)
1818
await Countly.Instance.Events.RecordEventAsync(eventData.EventName);
1919
}
2020

21-
public string AnalyticsVersion => "2.6";
21+
public string AnalyticsVersion => "3.1";
2222
public IChainConfig ChainConfig => _chainManager.Current;
2323
public IProjectConfig ProjectConfig { get; }
2424

0 commit comments

Comments
 (0)