diff options
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-inappbrowser/tests/plugin.xml')
| -rw-r--r--[-rwxr-xr-x] | StoneIsland/plugins/cordova-plugin-inappbrowser/tests/plugin.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-inappbrowser/tests/plugin.xml b/StoneIsland/plugins/cordova-plugin-inappbrowser/tests/plugin.xml index f4f3be36..2cccd40a 100755..100644 --- a/StoneIsland/plugins/cordova-plugin-inappbrowser/tests/plugin.xml +++ b/StoneIsland/plugins/cordova-plugin-inappbrowser/tests/plugin.xml @@ -20,10 +20,12 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-inappbrowser-tests" - version="1.1.0"> + version="1.5.0"> <name>Cordova InAppBrowser Plugin Tests</name> <license>Apache 2.0</license> + <dependency id="cordova-plugin-dialogs" /> + <js-module src="tests.js" name="tests"> </js-module> |
