com.taptap.sdk.review 4.7.2-beta.0 → 4.7.2-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.
@@ -5,7 +5,7 @@ namespace TapSDK.Review
5
5
  public class TapTapReview
6
6
  {
7
7
 
8
- public static readonly string Version = "4.7.2-beta.0";
8
+ public static readonly string Version = "4.7.2-beta.1";
9
9
 
10
10
  public static void OpenReview()
11
11
  {
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "com.taptap.sdk.review",
3
3
  "displayName": "TapTapSDK Review",
4
4
  "description": "TapTapSDK Review",
5
- "version": "4.7.2-beta.0",
5
+ "version": "4.7.2-beta.1",
6
6
  "unity": "2019.4",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "com.taptap.sdk.core": "4.7.2-beta.0"
9
+ "com.taptap.sdk.core": "4.7.2-beta.1"
10
10
  }
11
11
  }