cz.xprees.event-logging 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,7 +51,7 @@ namespace Xprees.EventLogging.Extensions
51
51
  var request = UnityWebRequest.Get("http://neverssl.com");
52
52
  try
53
53
  {
54
- await request.SendWebRequest().WithCancellation(cancellationToken);
54
+ await request.SendWebRequestAsync(cancellationToken: cancellationToken);
55
55
  }
56
56
  catch (OperationCanceledException)
57
57
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cz.xprees.event-logging",
3
3
  "displayName": "Event Logging",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "unity": "2021.3",
6
6
  "description": "This package provides a simple way to log events in your game.",
7
7
  "license": "MIT",