diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-11-24 20:00:19 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-11-24 20:00:19 +0100 |
| commit | 6cebaec68b7d579fe879bfcef254641bbbd15d50 (patch) | |
| tree | 59d2b4dbcd0721a9b3a5f15b65b1f9bf56fff483 | |
| parent | 3417830ce9dc3e4235f1c64df9b2f4d9ac976d96 (diff) | |
bump version
| -rwxr-xr-x | StoneIsland/config.xml | 2 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/sdk/_sdk.js | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml index 391a8b14..e97f1183 100755 --- a/StoneIsland/config.xml +++ b/StoneIsland/config.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<widget android-versionCode="6095" id="us.okfoc.stoneisland" version="0.9.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget android-versionCode="6096" id="us.okfoc.stoneisland" version="0.9.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Stone Island</name> <description> Stone Island diff --git a/StoneIsland/platforms/ios/www/js/sdk/_sdk.js b/StoneIsland/platforms/ios/www/js/sdk/_sdk.js index aa342ffa..bcfb3059 100755 --- a/StoneIsland/platforms/ios/www/js/sdk/_sdk.js +++ b/StoneIsland/platforms/ios/www/js/sdk/_sdk.js @@ -34,8 +34,8 @@ var sdk = (function(){ } sdk.cms = function(){ - // return "https://stone.giraffe.life" - return "http://staging.stone.giraffe.life" + return "https://stone.giraffe.life" + // return "http://staging.stone.giraffe.life" } $.ajaxSetup({ |
