com.xd.sdk.account 6.23.2 → 6.23.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.
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c2fbec8741a994b9d95c34fde02840f5
2
+ guid: 39fb521062054480ba8195c2bf1a3f9f
3
3
  PluginImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -4,5 +4,5 @@
4
4
  //
5
5
  // Created by Fattycat on 2023/4/14.
6
6
  //
7
- #define XDGAccount_VERSION @"6.23.2"
8
- // HASH bac27863
7
+ #define XDGAccount_VERSION @"6.23.3"
8
+ // HASH 21aa09f1
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "com.xd.sdk.account",
3
3
  "displayName": "XDSDK Account",
4
- "version": "6.23.2",
4
+ "version": "6.23.4",
5
5
  "description": "XDSDK",
6
6
  "unity": "2018.3",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.xd.tds.bootstrap": "3.29.4-xd.2"
9
+ "com.xd.tds.bootstrap": "3.29.5-xd.1"
10
10
  }
11
11
  }