com.taptap.sdk.moment 4.9.3 → 4.10.0-beta.1

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,12 +4,12 @@
4
4
  <repositories>
5
5
  <repository>https://repo.maven.apache.org/maven2</repository>
6
6
  </repositories>
7
- <androidPackage spec="com.taptap.sdk:tap-moment-unity:4.9.3"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-moment-unity:4.10.0-beta.1"/>
8
8
  </androidPackages>
9
9
  <iosPods>
10
10
  <sources>
11
11
  <source>https://github.com/CocoaPods/Specs.git</source>
12
12
  </sources>
13
- <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/Moment" version="4.9.3"/>
13
+ <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/Moment" version="4.10.0-beta.1"/>
14
14
  </iosPods>
15
15
  </dependencies>
@@ -43,7 +43,7 @@ namespace TapSDK.Moment
43
43
  public class TapTapMoment
44
44
  {
45
45
 
46
- public static readonly string Version = "4.9.3";
46
+ public static readonly string Version = "4.10.0-beta.1";
47
47
 
48
48
  // 显示动态页面
49
49
  public static void open()
package/package.json CHANGED
@@ -2,11 +2,11 @@
2
2
  "name": "com.taptap.sdk.moment",
3
3
  "displayName": "TapTapSDK Moment",
4
4
  "description": "TapTapSDK Moment",
5
- "version": "4.9.3",
5
+ "version": "4.10.0-beta.1",
6
6
  "unity": "2019.4",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.taptap.sdk.core": "4.9.3",
10
- "com.taptap.sdk.login": "4.9.3"
9
+ "com.taptap.sdk.core": "4.10.0-beta.1",
10
+ "com.taptap.sdk.login": "4.10.0-beta.1"
11
11
  }
12
12
  }