appsflyer-capacitor-plugin 6.18.0-rc2 → 6.18.0

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.
@@ -57,7 +57,7 @@ public class AppsFlyerPlugin: CAPPlugin, CAPBridgedPlugin {
57
57
  CAPPluginMethod(name: "isSDKStopped", returnType: CAPPluginReturnPromise),
58
58
  CAPPluginMethod(name: "validateAndLogInAppPurchaseV2", returnType: CAPPluginReturnPromise),
59
59
  ]
60
- private let APPSFLYER_PLUGIN_VERSION = "6.18.0-rc2"
60
+ private let APPSFLYER_PLUGIN_VERSION = "6.18.0"
61
61
  private var conversion = true
62
62
  private var oaoa = true
63
63
  private var udl = false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appsflyer-capacitor-plugin",
3
- "version": "6.18.0-rc2",
3
+ "version": "6.18.0",
4
4
  "iosSdkVersion": "6.18.0",
5
5
  "androidSdkVersion": "6.18.0",
6
6
  "buildNumber": "20",