@capgo/inappbrowser 8.1.23 → 8.1.24

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.
@@ -55,7 +55,7 @@ import org.json.JSONObject;
55
55
  )
56
56
  public class InAppBrowserPlugin extends Plugin implements WebViewDialog.PermissionHandler {
57
57
 
58
- private final String pluginVersion = "8.1.23";
58
+ private final String pluginVersion = "8.1.24";
59
59
 
60
60
  public static final String CUSTOM_TAB_PACKAGE_NAME = "com.android.chrome"; // Change when in stable
61
61
  private CustomTabsClient customTabsClient;
@@ -29,7 +29,7 @@ public class InAppBrowserPlugin: CAPPlugin, CAPBridgedPlugin {
29
29
  case aware = "AWARE"
30
30
  case fakeVisible = "FAKE_VISIBLE"
31
31
  }
32
- private let pluginVersion: String = "8.1.23"
32
+ private let pluginVersion: String = "8.1.24"
33
33
  public let identifier = "InAppBrowserPlugin"
34
34
  public let jsName = "InAppBrowser"
35
35
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/inappbrowser",
3
- "version": "8.1.23",
3
+ "version": "8.1.24",
4
4
  "description": "Capacitor plugin in app browser",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",