cordova-admob-tomitank 1.2.0 → 1.2.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-admob-tomitank",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Trustable Google AdMob Cordova Plugin",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="cordova-admob-tomitank" version="1.2.0"
2
+ <plugin id="cordova-admob-tomitank" version="1.2.2"
3
3
  xmlns="http://apache.org/cordova/ns/plugins/1.0"
4
4
  xmlns:android="http://schemas.android.com/apk/res/android">
5
5
  <name>cordova-admob-tomitank</name>
@@ -21,7 +21,7 @@ class AMBRewarded: AMBAdBase, FullScreenContentDelegate {
21
21
  return
22
22
  }
23
23
 
24
- self.mAd = ads
24
+ self.mAd = ad
25
25
  ad?.fullScreenContentDelegate = self
26
26
  ad?.serverSideVerificationOptions = ctx.optServerSideVerificationOptions()
27
27