Skip to content

Commit b29a61c

Browse files
chore(release): 8.1.13
1 parent 1225250 commit b29a61c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ios/Sources/AdmobPlusPlugin/AdmobPlusPlugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import AppTrackingTransparency
55

66
@objc(AdmobPlusPlugin)
77
public class AdmobPlusPlugin: CAPPlugin, CAPBridgedPlugin {
8-
private let pluginVersion: String = "8.1.12"
8+
private let pluginVersion: String = "8.1.13"
99
public let identifier = "AdmobPlusPlugin"
1010
public let jsName = "AdMobPlus"
1111
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/capacitor-admob",
3-
"version": "8.1.12",
3+
"version": "8.1.13",
44
"description": "Capacitor plugin to bridge AdMob SDKs for iOS and Android",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)