diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-03-23 17:09:48 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-03-23 17:09:48 +0100 |
| commit | 3696f587f46a6d596bc8c0e9891566edbaf0ca63 (patch) | |
| tree | 41f2db8966f2ff10cd467d1e66ce2c0ba5de52af /StoneIsland/platforms/ios/Stone Island | |
| parent | c23ff34eeef700532e22f6d3f573e54dfd48b5a9 (diff) | |
android
Diffstat (limited to 'StoneIsland/platforms/ios/Stone Island')
| -rw-r--r-- | StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist | 4 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/Stone Island/config.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist index 78f94e1b..9df040b0 100644 --- a/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist +++ b/StoneIsland/platforms/ios/Stone Island/Stone Island-Info.plist @@ -21,7 +21,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.8.4</string> + <string>0.8.5</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleURLTypes</key> @@ -34,7 +34,7 @@ </dict> </array> <key>CFBundleVersion</key> - <string>0.8.4</string> + <string>0.8.5</string> <key>GCM_SENDER_ID</key> <string>XXXXXXX</string> <key>IS_GCM_ENABLED</key> diff --git a/StoneIsland/platforms/ios/Stone Island/config.xml b/StoneIsland/platforms/ios/Stone Island/config.xml index 606afe14..95e7c2ef 100755 --- a/StoneIsland/platforms/ios/Stone Island/config.xml +++ b/StoneIsland/platforms/ios/Stone Island/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget id="us.okfoc.stoneisland" version="0.8.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="6000" id="us.okfoc.stoneisland" version="0.8.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <feature name="LocalStorage"> <param name="ios-package" value="CDVLocalStorage" /> </feature> |
