com.beamable 5.0.0-PREVIEW.RC2 → 5.0.0-PREVIEW.RC3

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.
package/.attestation.p7m CHANGED
Binary file
@@ -340,6 +340,8 @@ namespace Beamable.Editor.ContentService
340
340
  AddContentToCache(entry);
341
341
  }
342
342
 
343
+ ManifestChangedCount++;
344
+
343
345
  BeamUnityFileUtils.RenameFile(originalPath, fullName);
344
346
 
345
347
  return newFullId;
@@ -5,5 +5,5 @@
5
5
  "beamMongoExpressUrl": "https://storage.beamable.com",
6
6
  "dockerRegistryUrl": "https://microservices.beamable.com/v2/",
7
7
  "isUnityVsp": "false",
8
- "sdkVersion": "5.0.0-PREVIEW.RC2"
8
+ "sdkVersion": "5.0.0-PREVIEW.RC3"
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.beamable",
3
- "version": "5.0.0-PREVIEW.RC2",
3
+ "version": "5.0.0-PREVIEW.RC3",
4
4
  "displayName": "Beamable",
5
5
  "description": "A better way to build games in Unity\n",
6
6
  "unity": "2021.3",