Skip to content

Commit 0705d25

Browse files
chore(release): 8.1.15
1 parent afc2e47 commit 0705d25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/src/main/java/ee/forgr/capacitor_inappbrowser/InAppBrowserPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
)
5656
public class InAppBrowserPlugin extends Plugin implements WebViewDialog.PermissionHandler {
5757

58-
private final String pluginVersion = "8.1.14";
58+
private final String pluginVersion = "8.1.15";
5959

6060
public static final String CUSTOM_TAB_PACKAGE_NAME = "com.android.chrome"; // Change when in stable
6161
private CustomTabsClient customTabsClient;

ios/Sources/InAppBrowserPlugin/InAppBrowserPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class InAppBrowserPlugin: CAPPlugin, CAPBridgedPlugin {
2828
case aware = "AWARE"
2929
case fakeVisible = "FAKE_VISIBLE"
3030
}
31-
private let pluginVersion: String = "8.1.14"
31+
private let pluginVersion: String = "8.1.15"
3232
public let identifier = "InAppBrowserPlugin"
3333
public let jsName = "InAppBrowser"
3434
public let pluginMethods: [CAPPluginMethod] = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capgo/inappbrowser",
3-
"version": "8.1.14",
3+
"version": "8.1.15",
44
"description": "Capacitor plugin in app browser",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)