cordova-admob-tomitank 1.0.1 → 1.0.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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
  3. package/plugin.xml +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # [Cordova AdMob tomitank]
2
2
 
3
3
  Based on AdMob Plus Cordova with updated SDK-s
4
- Android: 22.0.0
5
- iOS: 10.3.0
4
+ - Android: 22.0.0
5
+ - iOS: 10.3.0
6
6
 
7
7
  [![](https://img.shields.io/static/v1?label=Sponsor%20Me&style=for-the-badge&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/tomitank)
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-admob-tomitank",
3
- "version": "1.0.1",
3
+ "version": "1.0.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.0.1"
2
+ <plugin id="cordova-admob-tomitank" version="1.0.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>