Skip to content

Commit bc2692e

Browse files
chore(release): 8.3.0-alpha.0
1 parent a13ae4c commit bc2692e

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
@@ -60,7 +60,7 @@
6060
)
6161
public class InAppBrowserPlugin extends Plugin implements WebViewDialog.PermissionHandler {
6262

63-
private final String pluginVersion = "8.2.0";
63+
private final String pluginVersion = "8.3.0-alpha.0";
6464

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

ios/Sources/InAppBrowserPlugin/InAppBrowserPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class InAppBrowserPlugin: CAPPlugin, CAPBridgedPlugin {
2929
case aware = "AWARE"
3030
case fakeVisible = "FAKE_VISIBLE"
3131
}
32-
private let pluginVersion: String = "8.2.0"
32+
private let pluginVersion: String = "8.3.0-alpha.0"
3333
public let identifier = "InAppBrowserPlugin"
3434
public let jsName = "InAppBrowser"
3535
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.2.0",
3+
"version": "8.3.0-alpha.0",
44
"description": "Capacitor plugin in app browser",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)