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

Commit

Permalink
Updated to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpMaster committed Mar 13, 2014
1 parent 5ef46de commit 670a0a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1",
"versionLabel": "1.1.1",
"uuid": "1f4d9835-3b9a-4ddd-907e-41a25d06f19c",
"appKeys": {
"transmit_key": 2,
Expand All @@ -11,7 +11,7 @@
"timezone": 3
},
"longName": "PebbleAuth",
"versionCode": 2,
"versionCode": 3,
"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 @@ -4,7 +4,7 @@ var theme = 0;
var timezoneOffset = 0;
var message_send_retries = 0;
var message_send_max_retries = 5;
var app_version = 2;
var app_version = 3;
var debug = false;

function loadLocalVariables() {
Expand Down

0 comments on commit 670a0a0

Please sign in to comment.