com.taptap.sdk.core 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,7 +4,7 @@
4
4
  <repositories>
5
5
  <repository>https://repo.maven.apache.org/maven2</repository>
6
6
  </repositories>
7
- <androidPackage spec="com.taptap.sdk:tap-core-unity:4.6.2-beta.4"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-core-unity:4.6.2"/>
8
8
  </androidPackages>
9
9
  <iosPods>
10
10
  <sources>
@@ -12,7 +12,7 @@ using System.ComponentModel;
12
12
 
13
13
  namespace TapSDK.Core {
14
14
  public class TapTapSDK {
15
- public static readonly string Version = "4.6.2-beta.4";
15
+ public static readonly string Version = "4.6.2";
16
16
 
17
17
  public static string SDKPlatform = "TapSDK-Unity";
18
18
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "com.taptap.sdk.core",
3
3
  "displayName": "TapTapSDK Core",
4
4
  "description": "TapTapSDK Core",
5
- "version": "4.6.2-beta.4",
5
+ "version": "4.6.2",
6
6
  "unity": "2019.4",
7
7
  "license": "MIT",
8
8
  "dependencies": {