Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
improved display function
Browse files Browse the repository at this point in the history
Faster cycle through codes
  • Loading branch information
JumpMaster committed Apr 17, 2014
1 parent 383854b commit f051beb
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 133 deletions.
4 changes: 2 additions & 2 deletions appinfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"versionLabel": "1.2",
"versionLabel": "1.3",
"uuid": "1f4d9835-3b9a-4ddd-907e-41a25d06f19c",
"appKeys": {
"transmit_key": 2,
Expand All @@ -12,7 +12,7 @@
"timezone": 3
},
"longName": "PebbleAuth",
"versionCode": 4,
"versionCode": 5,
"capabilities": [
"configurable"
],
Expand Down
2 changes: 1 addition & 1 deletion src/js/pebble-js-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var font_style = 0;
var timezoneOffset = 0;
var message_send_retries = 0;
var message_send_max_retries = 5;
var app_version = 4;
var app_version = 5;
var debug = false;

function loadLocalVariables() {
Expand Down
Loading

0 comments on commit f051beb

Please sign in to comment.