diff --git a/appinfo.in.json b/appinfo.in.json index bb15dd7..84fccec 100644 --- a/appinfo.in.json +++ b/appinfo.in.json @@ -3,7 +3,7 @@ "shortName": null, "longName": null, "companyName": null, - "versionLabel": "1.2", + "versionLabel": "1.3", "sdkVersion": "3", "targetPlatforms": ["basalt"], "watchapp": { diff --git a/src/js/pebble-js-app.js b/src/js/pebble-js-app.js index 6c7a55f..317e482 100644 --- a/src/js/pebble-js-app.js +++ b/src/js/pebble-js-app.js @@ -24,8 +24,8 @@ // }); Pebble.addEventListener('showConfiguration', function(e) { - Pebble.openURL('http://192.168.1.113/u/bilbo/pebble/iclock/index.html'); - // Pebble.openURL('https://pconf.bthlabs.pl/intuiclock/index.html'); + //Pebble.openURL('http://192.168.1.113/u/bilbo/pebble/iclock/index.html'); + Pebble.openURL('https://pconf.bthlabs.pl/intuiclock/index.html'); }); Pebble.addEventListener('webviewclosed', function(e) {