com.amanotes.gdk 0.2.81-alpha.17 → 0.2.81-alpha.19

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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/Runtime/AmaGDK.cs CHANGED
@@ -28,7 +28,7 @@ namespace Amanotes.Core
28
28
  {
29
29
  public partial class AmaGDK : MonoBehaviour
30
30
  {
31
- public const string VERSION = "v0.2.81-alpha.17";
31
+ public const string VERSION = "v0.2.81-alpha.19";
32
32
 
33
33
  internal static Status _status = Status.None;
34
34
  internal static ConfigAsset _config = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.amanotes.gdk",
3
- "version": "0.2.81-alpha.17",
3
+ "version": "0.2.81-alpha.19",
4
4
  "displayName": "AmaGDK",
5
5
  "description": "Amanotes Game Development Kit",
6
6
  "unity": "2019.4",