com.amanotes.gdk 0.1.3 → 0.1.4

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/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Changelog
2
2
 
3
- ## [0.1.3] - 2023-02-09
4
- ### Release AmaGDK 0.1.3
3
+ ## [0.1.4 - 2023-02-13]
4
+ ### Release AmaSDK v0.1.4
5
+
6
+ ## [0.1.3 - 2023-02-10]
7
+ ### Release AmaSDK v0.1.3
8
+
9
+ ## [0.1.2] - 2023-02-08
10
+ ### Release AmaGDK 0.1.2
5
11
  ### FirebaseAnalytics adapter compatible with FirebaseAnalytics SDK v9
6
12
  ### Appsflyer adapter compatible with Appsflyer SDK v6
Binary file
@@ -32,7 +32,7 @@ namespace Amanotes.Core.Internal
32
32
  #endif
33
33
 
34
34
  public const string PACKAGE_PATH = BASE_PATH + "Packages/";
35
- public const string AMAGDK_PREFAB = BASE_PATH + "AmaGDK.prefab";
35
+ public const string AMAGDK_PREFAB = BASE_PATH + "Runtime/AmaGDK.prefab";
36
36
  public const string AMAGDK_CONFIG_PACKAGE = PACKAGE_PATH + "AmaGDKConfig.unitypackage";
37
37
 
38
38
  public static readonly string[] AMAGDK_ADAPTERS = new string[]
package/Runtime/AmaGDK.cs CHANGED
@@ -12,7 +12,7 @@ namespace Amanotes.Core
12
12
  {
13
13
  public partial class AmaGDK : MonoBehaviour
14
14
  {
15
- public const string VERSION = "0.1.3";
15
+ public const string VERSION = "0.1.4";
16
16
 
17
17
  internal static AmaGDK _instance;
18
18
  private static ConfigAsset _config = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.amanotes.gdk",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "displayName": "AmaGDK",
5
5
  "description": "Amanotes Game Development Kit",
6
6
  "unity": "2020.3",