Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cordovaplugz committed Mar 30, 2016
1 parent 1afcb05 commit ce66228
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ OR
cordova plugin add https://github.com/sunnycupertino/cordova-plugin-admob-simple
```


## CODING DETAILS (Load interstitial first, show it later)

- Add the following javascript functions, put in your own ad code, play with the variables if you want.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-admob-simple",
"version": "2.2.9",
"version": "2.2.10",
"description": "Robust, reliable and easy to use Cordova Admob plugin for Android, iOS and Windows phone. Allows preloading and automatic loading of interstitials and banners plus more. Works with Cordova, Phonegap, Intel XDK/Crosswalk, Ionic, Meteor and more.",
"cordova": {
"id": "cordova-plugin-admob-simple",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-admob-simple"
version="2.2.9">
version="2.2.10">

<name>Cordova-Phonegap AdMob Plugin</name>
<description>Robust, reliable and easy to use Cordova Admob plugin for Android, iOS and Windows phone. Allows preloading and automatic loading of interstitials and banners plus more. Works with Cordova, Phonegap, Intel XDK/Crosswalk, Ionic, Meteor and more.</description>
Expand Down

0 comments on commit ce66228

Please sign in to comment.