Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyer committed Jan 7, 2016
1 parent 621b017 commit 00a33e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"chalk"
],
"uuid": "ff541ca4-a444-4513-879a-35ff9ec48a1b",
"versionLabel": "1.2",
"versionLabel": "1.4",
"watchapp": {
"watchface": true
}
Expand Down
2 changes: 1 addition & 1 deletion src/pebble-app-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Pebble.addEventListener('ready',function(e) {
);

Pebble.addEventListener('showConfiguration', function() {
var url = 'https://rawgit.com/nguyer/pebble-engineering/21702d97d5d6bc012e01d0d3adc105144553a6f3/config/index.html';
var url = 'https://rawgit.com/nguyer/pebble-engineering/621b017f0d31412dd9cca3bc23195a05791251ad/config/index.html';
console.log('Showing configuration page: ' + url);

Pebble.openURL(url);
Expand Down

0 comments on commit 00a33e0

Please sign in to comment.