com.taptap.sdk.relation 4.6.2-beta.4 → 4.6.2

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
  <repositories>
5
5
  <repository>https://repo.maven.apache.org/maven2</repository>
6
6
  </repositories>
7
- <androidPackage spec="com.taptap.sdk:tap-relation-unity:4.6.2-beta.4"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-relation-unity:4.6.2"/>
8
8
  </androidPackages>
9
9
  </dependencies>
@@ -76,7 +76,7 @@ namespace TapSDK.Relation
76
76
  }
77
77
 
78
78
 
79
- public static readonly string Version = "4.6.2-beta.4";
79
+ public static readonly string Version = "4.6.2";
80
80
 
81
81
 
82
82
  }
package/package.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "name": "com.taptap.sdk.relation",
3
3
  "displayName": "TapTapSDK Relation",
4
4
  "description": "TapTapSDK Relation",
5
- "version": "4.6.2-beta.4",
5
+ "version": "4.6.2",
6
6
  "unity": "2019.4",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.taptap.sdk.core": "4.6.2-beta.4",
10
- "com.taptap.sdk.login": "4.6.2-beta.4"
9
+ "com.taptap.sdk.core": "4.6.2",
10
+ "com.taptap.sdk.login": "4.6.2"
11
11
  }
12
12
  }