com.xd.sdk.account 7.2.1-alpha.2 → 7.2.1-alpha.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.
@@ -4,6 +4,6 @@
4
4
  //
5
5
  // Created by Fattycat on 2023/4/14.
6
6
  //
7
- #define XDGAccount_VERSION @"7.2.0"
8
- #define XDSAccount_VERSION_CODE @"7020000"
9
- // HASH 8d15387e
7
+ #define XDGAccount_VERSION @"7.3.0"
8
+ #define XDSAccount_VERSION_CODE @"7030000"
9
+ // HASH e0ae45d9
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "com.xd.sdk.account",
3
3
  "displayName": "XDGSDK Account",
4
- "version": "7.2.1-alpha.2",
4
+ "version": "7.2.1-alpha.3",
5
5
  "description": "XDGSDK",
6
6
  "unity": "2019.3",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.xd.sdk.common": "7.2.1-alpha.2"
9
+ "com.xd.sdk.common": "7.2.1-alpha.3"
10
10
  }
11
11
  }