diff options
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml b/StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml index 5c1e5707..269785f9 100644 --- a/StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml +++ b/StoneIsland/plugins/cordova-plugin-splashscreen/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-splashscreen" - version="4.0.0"> + version="4.0.3"> <name>Splashscreen</name> <description>Cordova Splashscreen Plugin</description> <license>Apache 2.0</license> @@ -108,14 +108,14 @@ <!-- windows8 --> <platform name="windows8"> <js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy"> - <merges target="" /> + <runs /> </js-module> </platform> <!-- windows --> <platform name="windows"> <js-module src="www/windows/SplashScreenProxy.js" name="SplashScreenProxy"> - <merges target="" /> + <runs /> </js-module> </platform> |
