Skip to content

Commit fc69bd8

Browse files
chore(release): 8.2.2
1 parent e672414 commit fc69bd8

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
@@ -62,7 +62,7 @@
6262
)
6363
public class InAppBrowserPlugin extends Plugin implements WebViewDialog.PermissionHandler {
6464

65-
private final String pluginVersion = "8.2.1";
65+
private final String pluginVersion = "8.2.2";
6666

6767
public static final String CUSTOM_TAB_PACKAGE_NAME = "com.android.chrome"; // Change when in stable
6868
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.1"
32+
private let pluginVersion: String = "8.2.2"
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.1",
3+
"version": "8.2.2",
44
"description": "Capacitor plugin in app browser",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)